diff --git a/assets/css/screen.css b/assets/css/screen.css index 5713b37..99d0f6d 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1015,11 +1015,14 @@ body.nav-opened .nav { box-shadow: #FFF 0 0 0 5px; } -body:not(.post-template) .post-title, -body:not(.page-template) .post-title { +body:not(.post-template) .post-title { font-size: 3.6rem; } +body.page-template .post-title { + font-size: 5rem; +} + .post-title a { text-decoration: none; } @@ -1789,11 +1792,14 @@ body:not(.page-template) .post-title { font-size: 0.95em } - body:not(.post-template) .post-title, - body:not(.page-template) .post-title { + body:not(.post-template) .post-title { font-size: 3.2rem; } + body.page-template .post-title { + font-size: 4.5rem; + } + hr { margin: 2.4em 0; } @@ -2058,11 +2064,14 @@ body:not(.page-template) .post-title { font-size: 1.8rem; } - body:not(.post-template) .post-title, - body:not(.page-template) .post-title { + body:not(.post-template) .post-title { font-size: 2.5rem; } + body.page-template .post-title { + font-size: 2.8rem; + } + .post-template .site-footer, .page-template .site-footer { margin-top: 0;