diff --git a/css/about.css b/css/about.css index abe7fab..4be0e46 100644 --- a/css/about.css +++ b/css/about.css @@ -98,9 +98,6 @@ body { } .box{ - padding: 30px; - padding-left: 50px; - padding-right: 50px; margin-bottom: 50px; background-image: none; } @@ -119,30 +116,8 @@ strong{ height: 50px; color: inherit; } -@media only screen and (max-width:950px){ - body{ - padding-top: 200px; - } -} -@media only screen and (max-width:875px){ - body{ - padding-top: 225px; - } -} -@media only screen and (max-width:675px){ - body{ - padding-top: 300px; - } -} -@media only screen and (max-width:525px){ - body{ - padding-top: 400px; - } -} + @media only screen and (max-width:445px){ - body{ - padding-top: 430px; - } #box{ padding: 30px 25px; } @@ -152,11 +127,7 @@ strong{ width: 75vw; } } -@media only screen and (max-width:390px){ - body{ - padding-top: 500px; - } -} + @media only screen and (max-width:350px){ body{ padding-top: 0px; diff --git a/css/features.css b/css/features.css index 17a93f0..4973b5d 100644 --- a/css/features.css +++ b/css/features.css @@ -101,9 +101,6 @@ body { } .box { - padding: 30px; - padding-left: 50px; - padding-right: 50px; margin-bottom: 50px; background-image: none; } diff --git a/css/style.css b/css/style.css index fd10d6b..2f72019 100644 --- a/css/style.css +++ b/css/style.css @@ -1690,7 +1690,6 @@ button:hover { display: flex; flex-direction: column; gap: 10px; - width: auto; margin: 20px; margin-top: 50px; }