diff --git a/app/static/structure.css b/app/static/structure.css index 308b88b5..226e4941 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -523,7 +523,7 @@ fieldset legend { padding-bottom: 8px; } .post_list .post_teaser h3 { - font-size: 120%; + font-size: 110%; margin-top: 4px; margin-bottom: 0; } diff --git a/app/static/structure.scss b/app/static/structure.scss index 879a690c..fe7e10a4 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -159,7 +159,7 @@ nav, etc which are used site-wide */ .post_teaser { h3 { - font-size: 120%; + font-size: 110%; margin-top: 4px; margin-bottom: 0; }