Fixing paddings

This commit is contained in:
ngn 2024-02-05 00:07:11 +03:00
parent f34da81b7e
commit 751fd64c91

View File

@ -145,7 +145,7 @@ main {
@media only screen and (max-width: 1316px) {
main {
padding: 10px 5% 0% 5%;
padding: 50px 5% 50px 5%;
flex-direction: column;
}