mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
fix footer widescreen
This commit is contained in:
parent
59c3a1e535
commit
f6cb03de87
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
@use "uswds-core" as *;
|
@use "uswds-core" as *;
|
||||||
@use "base" as *;
|
@use "base" as *;
|
||||||
|
|
||||||
|
//NOTE: !important is needed because it gets overriden by other .scss for footer nav
|
||||||
.grid-container--widescreen,
|
.grid-container--widescreen,
|
||||||
.usa-identifier__container--widescreen {
|
.usa-identifier__container--widescreen {
|
||||||
max-width: $widescreen-max-width;
|
max-width: $widescreen-max-width !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue