reducing .container classic size

This commit is contained in:
Antoine M 2023-11-15 16:36:57 +01:00
parent f94623d853
commit b00016232b

View File

@ -33,3 +33,9 @@ details {
details[open] summary .open-close-icon { details[open] summary .open-close-icon {
transform: translate(0, 0%) rotate(180deg); transform: translate(0, 0%) rotate(180deg);
} }
.container {
@screen lg {
max-width: 1200px;
}
}