From 93c25d16be6921966a7e6639b06a32cc3a5ffb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Avijit=20=F0=9F=9A=80?= <526avijit@gmail.com> Date: Thu, 8 Jul 2021 14:00:20 +0200 Subject: [PATCH] Fix long title overflow on posts page --- themes/gokarna/static/css/main.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index 9a13494..c16c9ca 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -139,7 +139,6 @@ img { /** COMMON **/ - /* ICONS */ .feather { height: 20px; @@ -255,11 +254,13 @@ blockquote { .list-posts a { text-decoration: none; } +.post-title .post-link, +.post-title .post-date { + display: inline-block; +} .post-title .post-link { font-size: 1.2rem; -} -.post-title .post-date { - float: right; + width: 80%; } .tags-list .post-tags { margin-top: 50px;