We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4393803 commit 9edcd98Copy full SHA for 9edcd98
user-interface/src/lib/components/Header.scss
@@ -156,6 +156,11 @@
156
}
157
158
159
+ .usa-nav-container::after {
160
+ clear: none;
161
+ content: none;
162
+ display: none;
163
+ }
164
165
166
@media screen and (min-width: 1024px) {
@@ -268,13 +273,3 @@
268
273
269
274
270
275
271
-
272
-@media (min-width: 64em) {
- .cams-header {
- .usa-nav-container::after {
- clear: none;
276
- content: none;
277
- display: none;
278
- }
279
280
-}
0 commit comments