Skip to content

Commit 4e8e6a1

Browse files
committed
Update _overrides.scss
1 parent 5211b33 commit 4e8e6a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/resources/scss/abstracts/_overrides.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
}
1212

1313
#main-panel {
14-
max-width: min(1200px, 60vw);
15-
margin-top: 0;
1614
margin-left: auto;
1715
margin-right: auto;
16+
17+
@media (min-width: 1200px) {
18+
max-width: min(1200px, 60vw);
19+
}
1820
}
1921

2022
code {

0 commit comments

Comments
 (0)