Skip to content

Commit 9edcd98

Browse files
committed
Removed unneccessary media query.
Jira ticket: CAMS-436
1 parent 4393803 commit 9edcd98

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

user-interface/src/lib/components/Header.scss

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@
156156
}
157157
}
158158
}
159+
.usa-nav-container::after {
160+
clear: none;
161+
content: none;
162+
display: none;
163+
}
159164
}
160165

161166
@media screen and (min-width: 1024px) {
@@ -268,13 +273,3 @@
268273
}
269274
}
270275
}
271-
272-
@media (min-width: 64em) {
273-
.cams-header {
274-
.usa-nav-container::after {
275-
clear: none;
276-
content: none;
277-
display: none;
278-
}
279-
}
280-
}

0 commit comments

Comments
 (0)