Skip to content

Commit a147f72

Browse files
committed
run formatting
1 parent 273c336 commit a147f72

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/components/pages/FoundationHeader.astro

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,12 @@ import ExternalIcon from "../../../public/img/icon-external.svg";
275275
}
276276

277277
.menu-item--level-1 > .is-active,
278-
.menu-item--level-2 > .is-active {
279-
text-decoration: underline;
280-
text-decoration-color: currentColor;
281-
text-decoration-thickness: 2px;
282-
text-underline-offset: 8px;
283-
}
278+
.menu-item--level-2 > .is-active {
279+
text-decoration: underline;
280+
text-decoration-color: currentColor;
281+
text-decoration-thickness: 2px;
282+
text-underline-offset: 8px;
283+
}
284284

285285
@media screen and (max-width: 479px) {
286286
.site-links-wrapper {
@@ -453,7 +453,6 @@ import ExternalIcon from "../../../public/img/icon-external.svg";
453453
.site-nav__toggle {
454454
display: none;
455455
}
456-
457456
}
458457
</style>
459458

0 commit comments

Comments
 (0)