Skip to content

Commit 219b06b

Browse files
committed
fix: header margin
1 parent 5fb0848 commit 219b06b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layout/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const { class: className } = Astro.props;
6969
box-sizing: border-box;
7070

7171
:global(+ *) {
72-
margin-top: 3.5em;
72+
margin-top: 3.5rem;
7373
}
7474

7575
nav {

0 commit comments

Comments
 (0)