diff --git a/assets/nocolor.css b/assets/nocolor.css index 81803fe..2926df6 100644 --- a/assets/nocolor.css +++ b/assets/nocolor.css @@ -16,7 +16,7 @@ body>* margin-right: 0.2em; } -.header +.header .title { font-size: 150%; margin-bottom: 1em; @@ -28,9 +28,9 @@ body>* content: " – "; } -.header .description +.nav-top { - font-size: 75%; + margin-top: 1em; } .nav ul, .pagination ul diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 7486282..c8a4690 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,21 +3,21 @@ {{- with .Site.Params.subtitle }} {{ . }} {{- end }} - - +