enlarging shrinked container size

This commit is contained in:
Antoine M 2023-11-16 14:07:53 +01:00
parent 2546aeac62
commit eb23030d67

View File

@ -36,6 +36,6 @@ details[open] summary .open-close-icon {
.container { .container {
@screen lg { @screen lg {
max-width: 1200px; max-width: 1250px;
} }
} }