added !important

This commit is contained in:
CocoByte 2024-09-18 19:29:39 -06:00
parent 228b56002f
commit da2d09932e
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -25,6 +25,7 @@
}
}
// NOTE: !important is used because _font.scss overrides this
.usa-alert__body--widescreen {
max-width: $widescreen-max-width;
max-width: $widescreen-max-width !important;
}