From 01e6731f1e7d36fa4dab6e3d0f6e516bb9235fb1 Mon Sep 17 00:00:00 2001 From: Laurent Date: Fri, 27 Mar 2020 10:33:35 +0100 Subject: [PATCH] Fixes youtube titles --- news/static/news/css/app.css | 5 +++++ news/templates/news/index.html | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) 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 }}