From c634282e9050e711ce2d4cb2b2119f586c5cb00d Mon Sep 17 00:00:00 2001 From: Daniel Roelfs Date: Tue, 10 Oct 2023 22:14:08 +0200 Subject: [PATCH] drop custom font sizes --- assets/custom_style.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/assets/custom_style.css b/assets/custom_style.css index e3296d8..9b1f6ae 100644 --- a/assets/custom_style.css +++ b/assets/custom_style.css @@ -1,11 +1,3 @@ -@media all {html {font-size: 21px;}} -@media all and (max-width: 1600px){html {font-size: 22px;}} -@media all and (max-width: 1000px){html {font-size: 21px;}} -@media all and (max-width: 880px){html {font-size: 20px;}} -@media all and (max-width: 800px){html {font-size: 19px;}} -@media all and (max-width: 600px){html {font-size: 18px;}} -@media all and (max-width: 480px){html {font-size: 17px;}} - @media all and (min-width: 1200px) { img:not(.icon) { margin-left: -6rem;