From 40396bb835cba600e5f2a7952684b6020c59809e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Tue, 10 Nov 2020 21:58:41 +0100 Subject: [PATCH] Fix some fonts being too small --- assets/css/screen.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 5aed971..a01d4b8 100755 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1338,10 +1338,6 @@ Media queries are used to make the website responsive and cool on mobile. transition: .5s; } - .mind-post-header p { - font-size: 11px; - } - .mind-post-header h1 { line-height: 40px; } @@ -1349,9 +1345,6 @@ Media queries are used to make the website responsive and cool on mobile. .mind-post-card-big_header h3 { font-size: 23px; } - .mind-post-card-big_meta { - font-size: 11px; - } .mind-post-card-big_main { font-size: 15px; @@ -1451,14 +1444,6 @@ Media queries are used to make the website responsive and cool on mobile. font-size: 14px; } - .mind-post_content pre, .mind-post_content code { - font-size: 11px; - } - - .mind-post-card-big_meta { - font-size: 10px; - } - .mind-site-footer_main { font-size: 16px; }