diff --git a/style.css b/style.css index 4d6da0a79cae8d5878054f66b3e593c67e13edbd..432f18120b07171c800b86f18e146d0e44357b34 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 c4c5e627117122c07610bb01e704d25273b99b54..6f765ae4e3578a93b6cb8ed5387cb3319d85b9ac 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