From a6b12bdaeff501eff11539cb2109cf93fd0eb75a Mon Sep 17 00:00:00 2001
From: Conrad Zelck <git@simpel.cc>
Date: Mon, 11 Mar 2024 23:31:01 +0100
Subject: [PATCH] fix style: remove headers body, header, main style

Signed-off-by: Conrad Zelck <git@simpel.cc>
---
 style.css     | 12 ------------
 style.min.css |  2 +-
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/style.css b/style.css
index 4d6da0a..432f181 100644
--- a/style.css
+++ b/style.css
@@ -1,15 +1,3 @@
-body {
-  font-size: 2em;
-}
-
-header {
-  margin-bottom: 1.5em;
-}
-
-main {
-  font-size: 0.75em;
-}
-
 .flex {
   display: flex;
   flex-wrap: wrap;
diff --git a/style.min.css b/style.min.css
index c4c5e62..6f765ae 100644
--- a/style.min.css
+++ b/style.min.css
@@ -1 +1 @@
-body{font-size:2em;}header{margin-bottom:1.5em;}main{font-size:.75em;}.flex{display:flex;flex-wrap:wrap;column-gap:1.5em;row-gap:.5em;padding-top:1.5em;padding-bottom:1.5em;}.button{align-self:flex-end;}.between_buttons,input[type="checkbox"],label{align-self:center;}button{font-size:inherit;padding:5px 10px;color:white;border:2px solid white;cursor:pointer;-webkit-border-radius:5px;border-radius:5px;border-color:white;background-color:#333;}input[type="checkbox"]{margin-left:0;}.flexlabel{display:flex;column-gap:.25em}textarea{font-size:.92em;width:100%;padding:.5em;height:calc(100vh - 6vmin - 13em);margin-top:.5em;box-sizing:border-box;resize:none;}
\ No newline at end of file
+.flex{display:flex;flex-wrap:wrap;column-gap:1.5em;row-gap:.5em;padding-top:1.5em;padding-bottom:1.5em;}.button{align-self:flex-end;}.between_buttons,input[type="checkbox"],label{align-self:center;}button{font-size:inherit;padding:5px 10px;color:white;border:2px solid white;cursor:pointer;-webkit-border-radius:5px;border-radius:5px;border-color:white;background-color:#333;}input[type="checkbox"]{margin-left:0;}.flexlabel{display:flex;column-gap:.25em}textarea{font-size:.92em;width:100%;padding:.5em;height:calc(100vh - 6vmin - 13em);margin-top:.5em;box-sizing:border-box;resize:none;}
\ No newline at end of file
-- 
GitLab