Skip to content

Commit 2505ac9

Browse files
committed
fix typo in property name
1 parent 7361b7a commit 2505ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/nav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
position: absolute;
170170
height: calc(var(--nav-line-height) * 1em);
171171
width: calc(var(--nav-line-height) * 1em);
172-
margin-top: -0.05em 0 0 calc(var(--nav-line-height) * -1em);
172+
margin: -0.05em 0 0 calc(var(--nav-line-height) * -1em);
173173
}
174174

175175
.nav-item.is-active > .nav-item-toggle {

0 commit comments

Comments
 (0)