mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
fixed bug where scss is getting overriden
This commit is contained in:
parent
0b01d608b3
commit
d0da6bf3e0
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
.grid-container--widescreen,
|
.grid-container--widescreen,
|
||||||
.usa-identifier__container--widescreen {
|
.usa-identifier__container--widescreen {
|
||||||
max-width: 1920px;
|
max-width: 1920px !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
.usa-nav__inner--widescreen,
|
.usa-nav__inner--widescreen,
|
||||||
.usa-navbar--widescreen {
|
.usa-navbar--widescreen {
|
||||||
max-width: 1920px;
|
max-width: 1920px !important;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue