diff --git a/static/index.css b/static/index.css index a0856ea..85e4c16 100644 --- a/static/index.css +++ b/static/index.css @@ -59,7 +59,7 @@ h4 { } p { - font-size: 1.15em; + font-size: 1.2em; font-weight: 400; line-height: 1.4; max-width: 33em; @@ -140,6 +140,11 @@ a:hover:after { margin-top: 12px; } +.post-record-title { + font-size: 1.3em; + font-weight: 400; +} + .skill-keywords { overflow: wrap; font-size: 0.9em; diff --git a/templates/blog.tmpl b/templates/blog.tmpl index d963c60..961d1fd 100644 --- a/templates/blog.tmpl +++ b/templates/blog.tmpl @@ -3,7 +3,7 @@ {{ range $val := . }}
- {{ $val.Title }} + {{ $val.Title }}
{{ $val.Date }}