Skip to content

Commit 2dc2a33

Browse files
committed
style: enhance mobile menu button layout for better alignment
1 parent 96925c4 commit 2dc2a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navigation.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const navItems = ['Home', 'Bio', 'Skills', 'Projects', 'Contact'];
77
<!-- Mobile menu button -->
88
<div class="flex items-center justify-between md:hidden">
99
<a href="#home" class="text-grayblue-100 font-medium text-lg">Jonas <span class="text-blue-300">PM</span></a>
10-
<button id="mobile-menu-button" class="text-grayblue-300 hover:text-blue-300 transition-colors focus:outline-none">
10+
<button id="mobile-menu-button" class="text-grayblue-300 hover:text-blue-300 transition-colors focus:outline-none aspect-square">
1111
<span class="material-symbols-rounded transition-transform duration-300" id="menu-icon">menu</span>
1212
</button>
1313
</div>

0 commit comments

Comments
 (0)