mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +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,
|
||||
.usa-identifier__container--widescreen {
|
||||
max-width: 1920px;
|
||||
max-width: 1920px !important;
|
||||
}
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
.usa-nav__inner--widescreen,
|
||||
.usa-navbar--widescreen {
|
||||
max-width: 1920px;
|
||||
max-width: 1920px !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue