From fd72cdecfa760183537b607726eb667d38c2ef06 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 29 May 2024 15:08:20 +0200 Subject: [PATCH] Remove unnecessary media queries --- public/post.css | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/public/post.css b/public/post.css index 56f875c..737d7d6 100644 --- a/public/post.css +++ b/public/post.css @@ -349,33 +349,5 @@ } } - @media screen and (max-width: 575px) { - font-size: 2.1vw; - } - - @media screen and (min-width: 576px) { - font-size: 2vw; - } - - @media screen and (min-width: 768px) { - font-size: 2vw; - } - - @media screen and (min-width: 992px) { - font-size: 1.5vw; - } - - @media screen and (min-width: 1200px) { - font-size: 1.25vw; - } - - @media screen and (min-width: 1400px) { - font-size: 1.1vw; - } - - @media screen and (min-width: 2004px) { - font-size: 1vw; - } - }