🐛 fix big screens
This commit is contained in:
parent
dbf8259c56
commit
8b85f12884
@ -4,7 +4,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 104px;
|
gap: 104px;
|
||||||
|
max-width: 1400px;
|
||||||
|
margin: auto;
|
||||||
@media (max-width: $screen-m) {
|
@media (max-width: $screen-m) {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 104px;
|
gap: 104px;
|
||||||
|
max-width: 1400px;
|
||||||
|
margin: auto;
|
||||||
@media (max-width: $screen-m) {
|
@media (max-width: $screen-m) {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user