Decrease page border on small screens

This commit is contained in:
Marcel Hellkamp 2023-11-05 18:19:15 +01:00
parent af237eb4ac
commit 463362978f

View File

@ -260,7 +260,7 @@ body {
}
#page main {
margin: 1rem 2rem;
padding: 1rem 1rem;
}
.secret-hover .secret {
@ -328,13 +328,13 @@ body {
@media (max-width: 80rem) {
.wall-item {
width: 33%;
width: 33.3%;
}
}
@media (max-width: 60rem) {
#page main {
padding: 1rem .5rem;
padding: .5rem .5rem;
}
.wall-item {