fix footer widescreen

This commit is contained in:
CocoByte 2024-09-20 13:04:11 -06:00
parent 59c3a1e535
commit f6cb03de87
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -1,7 +1,8 @@
@use "uswds-core" as *;
@use "base" as *;
//NOTE: !important is needed because it gets overriden by other .scss for footer nav
.grid-container--widescreen,
.usa-identifier__container--widescreen {
max-width: $widescreen-max-width;
max-width: $widescreen-max-width !important;
}