diff --git a/news/static/news/css/app.css b/news/static/news/css/app.css index 7c7d303..e828e54 100644 --- a/news/static/news/css/app.css +++ b/news/static/news/css/app.css @@ -76,6 +76,11 @@ header h1 { } } +article h1 { + font-family: 'LibreBaskervilleBold'; + font-size: 32px; +} + header h1 a { padding: 5px 0px; color: #fff; diff --git a/news/templates/news/index.html b/news/templates/news/index.html index 6e0b12c..675e4c2 100644 --- a/news/templates/news/index.html +++ b/news/templates/news/index.html @@ -86,9 +86,7 @@ {% elif post.style == 3 %} - -

{{ post.title }}

-
+

{{ post.title }}