diff --git a/blog/static/css/main.css b/blog/static/css/main.css index b04e43d8..a4cade58 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -1,7 +1,15 @@ +.masthead-title { + font-size: 1.25rem; + display: inline; +} -.masthead-title small { +.masthead p { + font-size: 1.25rem; + display: inline; + margin: 0; margin-left: 1rem; - white-space: nowrap; + padding: 0; + line-height: 1; } .front-page-introduction { diff --git a/blog/static/css/poole.css b/blog/static/css/poole.css index e8572304..2efff964 100644 --- a/blog/static/css/poole.css +++ b/blog/static/css/poole.css @@ -285,7 +285,7 @@ tbody tr:nth-child(odd) th { .masthead-title a { color: #505050; } -.masthead-title small { +.masthead small { font-size: 75%; font-weight: 400; color: #c0c0c0; diff --git a/blog/templates/base.html b/blog/templates/base.html index 155069b2..bc28fdc2 100644 --- a/blog/templates/base.html +++ b/blog/templates/base.html @@ -20,10 +20,10 @@
-

+

{{ config.title }} - {{ config.extra.subtitle }} -

+ +

{{ config.extra.subtitle }}

{% block main %}{% endblock main %}