fixed bug where scss is getting overriden

This commit is contained in:
CocoByte 2024-09-06 17:22:12 -06:00
parent 0b01d608b3
commit d0da6bf3e0
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@
.grid-container--widescreen,
.usa-identifier__container--widescreen {
max-width: 1920px;
max-width: 1920px !important;
}

View file

@ -2,5 +2,5 @@
.usa-nav__inner--widescreen,
.usa-navbar--widescreen {
max-width: 1920px;
max-width: 1920px !important;
}