enlarging container size which was too tight

This commit is contained in:
Antoine M 2023-11-17 14:50:02 +01:00
parent 2d98560f65
commit 3a4998525f

View File

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