From 81b2a9a7f90ea6a7eaf8e7880d7b14772eba09ae Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Fri, 25 Feb 2022 21:34:46 -0600 Subject: [PATCH] adjusted font size for post records --- static/index.css | 7 ++++++- templates/blog.tmpl | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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 }}