fixed overflow

This commit is contained in:
2024-07-12 22:28:01 +02:00
parent e2d648353d
commit 546bd59713

View File

@@ -180,6 +180,6 @@ button {
@media (max-width: $responsive-width) {
.content{
min-width: 90vw !important;
min-width: 85vw !important;
}
}