🐛 fix big screens
This commit is contained in:
parent
dbf8259c56
commit
8b85f12884
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user