Fixed width issue

Fixed an issue where the paddings/margins were too big on the ultra-small layout
This commit is contained in:
Jonas_Jones 2023-10-02 19:22:09 +02:00
parent 1799f16ac5
commit 390f5faa6b

View file

@ -149,4 +149,11 @@ details a {
margin-bottom: 1rem;
border-radius: 0;
}
main {
margin: 0;
padding: 15px;
margin-bottom: 1rem;
border-radius: 0;
}
}