Skip to content

Commit 642c0a8

Browse files
committed
Add max-width overrides
1 parent 134e256 commit 642c0a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/styles.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ LICENSE file in the root directory of this source tree.
6969

7070
.indexSection {
7171
margin: calc(4.5 * var(--ifm-spacing-vertical)) auto;
72-
max-width: 1100px;
72+
max-width: 1100px !important;
7373
}
7474

7575
.indexFullWidthSection {
7676
background-color: var(--suffolk-blue-wash);
7777
margin: calc(4.5 * var(--ifm-spacing-vertical)) 0 0 0;
78-
max-width: unset;
78+
max-width: unset !important;
7979
padding-top: calc(4.5 * var(--ifm-spacing-vertical));
8080
padding-bottom: calc(4.5 * var(--ifm-spacing-vertical));
8181
width: 100%;

0 commit comments

Comments
 (0)