Skip to content

Commit 9814c13

Browse files
authored
fix linting errors
1 parent 5d2048e commit 9814c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/nav.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
color: var(--brand-color-gray1);
169169
}
170170

171-
.nav-item .nav-line[data-depth="0"] > .nav-text ,
172-
.nav-item .nav-line[data-depth="0"] > .nav-link {
171+
.nav-item .nav-line[data-depth="0"] > .nav-text,
172+
.nav-item .nav-line[data-depth="0"] > .nav-link {
173173
font-size: 1.25rem;
174174
line-height: 1.75rem;
175175
font-weight: var(--weight-semibold);

0 commit comments

Comments
 (0)