From 3b2680edb061a00ec5d5b8655c7b00d6431bea42 Mon Sep 17 00:00:00 2001 From: Dominik Juelg Date: Mon, 31 Oct 2016 15:08:49 +0100 Subject: changed css to add 2line title support --- static/css/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/default.css b/static/css/default.css index 76b0779..71c5cfb 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -243,7 +243,7 @@ /* Single page classes */ .article-header-container { - height: 140px; + height: 150px; margin-top: 35px; background-color: #4CABAB; color: #EFFFFF; @@ -482,8 +482,8 @@ hr { } .publish-date, .attention-message { - height: 120px; - width: 120px; + min-height: 120px; + min-width: 120px; border-radius: 50%; background-color: #333; text-align: center; -- cgit v1.2.3