From 45f96f5ec9855d7d77974c836bda0918cfbfb354 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Wed, 18 Aug 2021 19:33:51 +0100 Subject: [PATCH] [CSS] Hotfix: font was too small for mobile devices. --- assets/css/blog.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/css/blog.css b/assets/css/blog.css index 408bb03..aebf310 100644 --- a/assets/css/blog.css +++ b/assets/css/blog.css @@ -7,9 +7,6 @@ s { } @media screen and (max-width: 600px) { - body, html { - font-size: 0.9rem !important; - } header { all: unset !important; z-index: 1 !important;