From 09e0c3d016dab269b565f6b2debcee59e2c53b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Tue, 16 Mar 2021 18:39:18 +0100 Subject: [PATCH] Make post info text responsive --- assets/css/screen.css | 6 +++++- post.hbs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 3d5313e..15b8fcd 100755 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -808,7 +808,7 @@ img.mind-post_feature-image { -------------------------------------------------- */ -.mind-post_description { +.mind-post_info { font-size: 15px; } @@ -1384,6 +1384,10 @@ Media queries are used to make the website responsive and cool on mobile. font-size: 15px; } + .mind-post_info { + font-size: 13px; + } + .mind-post_content pre, .mind-post_content code, .kg-card-hascaption figcaption, diff --git a/post.hbs b/post.hbs index 6bb4106..5ca0367 100755 --- a/post.hbs +++ b/post.hbs @@ -39,7 +39,7 @@ {{/if}} {{content}} -
+