fixed container padding on smaller screens

This commit is contained in:
Jonas_Jones 2023-07-24 03:21:54 +02:00
parent bf80085ba1
commit 107ec5906f

View file

@ -45,8 +45,8 @@ body {
align-items: center; align-items: center;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
padding-right: 25px; padding-right: 3%;
padding-left: 25px; padding-left: 3%;
} }
.image-wrapper { .image-wrapper {