Skip to content

Commit 476dd2a

Browse files
committed
apply suggestions
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent 012f85c commit 476dd2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/Header.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import ThemeIcon from "./ThemeIcon.astro";
55
---
66

77
<header>
8-
<nav aria-label="Main menu">
8+
<nav>
99
<div>
10-
<Menu />
1110
<ThemeIcon />
11+
<Menu />
1212
</div>
1313
<Navigation />
1414
</nav>
@@ -17,5 +17,6 @@ import ThemeIcon from "./ThemeIcon.astro";
1717
<style>
1818
div {
1919
display: flex;
20+
justify-content: space-between;
2021
}
2122
</style>

0 commit comments

Comments
 (0)