bientot pret

This commit is contained in:
GZod01 2024-05-12 11:20:23 +02:00
parent b71cbb37ef
commit d860e3d987
45 changed files with 1987 additions and 249 deletions

View file

@ -0,0 +1,11 @@
@media (max-width: $responsive-medium) {
.container {
width: 94% !important;
}
}
@media (max-width: $responsive-interlarge) {
.container {
width: 90% !important;
}
}