🐛 fix big screens

This commit is contained in:
Maxime Lalo 2024-04-04 10:04:34 +02:00
parent dbf8259c56
commit 8b85f12884
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,8 @@
display: flex;
justify-content: space-between;
gap: 104px;
max-width: 1400px;
margin: auto;
@media (max-width: $screen-m) {
margin-top: 40px;
margin-bottom: 40px;

View File

@ -4,7 +4,8 @@
display: flex;
justify-content: space-between;
gap: 104px;
max-width: 1400px;
margin: auto;
@media (max-width: $screen-m) {
margin-top: 40px;
margin-bottom: 40px;