diff options
-rw-r--r-- | themes/elenq/static/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/elenq/static/css/style.css b/themes/elenq/static/css/style.css index c4b257c..3906fce 100644 --- a/themes/elenq/static/css/style.css +++ b/themes/elenq/static/css/style.css @@ -205,7 +205,7 @@ h1.main-title { font-family: "LatoLatinLightWeb", Helvetica, Arial, sans-serif; } h2.entry-title{ - font-size: 4.0rem; line-height: 1.2; + font-size: 3.0rem; line-height: 1.2; } h1 { font-size: 3.0rem; } h2 { font-size: 2.8rem; } @@ -225,7 +225,7 @@ h6 { font-size: 1.5rem; } font-size: 5.0rem; } h2.entry-title{ - font-size: 5.0rem; + font-size: 4.0rem; } h1 { font-size: 4.2rem; } h2 { font-size: 3.2rem; } |