Skip to content

Commit 43e79b4

Browse files
authored
fix: styles jitter (#1103)
* fix: en * fix: Style jitter
1 parent f2df6a8 commit 43e79b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
margin-left: 0;
2424
margin-right: 0;
2525
}
26+
@media (min-width: 1440px) {
27+
.container {
28+
width: 3000000px;
29+
}
30+
}
2631
@media (max-width: 997px) {
2732
.container {
2833
max-width: 100% !important;

0 commit comments

Comments
 (0)