bugfix responsive

This commit is contained in:
Chneemann 2024-03-27 06:22:34 +01:00
parent ccad3baea5
commit 791ff68780

View file

@ -272,7 +272,7 @@ section {
@media screen and (max-width: 450px) {
section {
width: calc(100vw - 32px);
width: calc(100vw - 48px);
}
.left-container {