homepage fixed and merge

This commit is contained in:
Jae Young Ahn 2025-04-17 14:08:33 -07:00
parent cc7652fafe
commit 1b2f4b10ba
4 changed files with 15 additions and 8 deletions

View file

@ -6,6 +6,11 @@
padding: 1rem 2rem;
color: white;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
&__logo {
font-size: 1.5rem;