We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134e256 commit 642c0a8Copy full SHA for 642c0a8
src/pages/styles.module.css
@@ -69,13 +69,13 @@ LICENSE file in the root directory of this source tree.
69
70
.indexSection {
71
margin: calc(4.5 * var(--ifm-spacing-vertical)) auto;
72
- max-width: 1100px;
+ max-width: 1100px !important;
73
}
74
75
.indexFullWidthSection {
76
background-color: var(--suffolk-blue-wash);
77
margin: calc(4.5 * var(--ifm-spacing-vertical)) 0 0 0;
78
- max-width: unset;
+ max-width: unset !important;
79
padding-top: calc(4.5 * var(--ifm-spacing-vertical));
80
padding-bottom: calc(4.5 * var(--ifm-spacing-vertical));
81
width: 100%;
0 commit comments