This commit is contained in:
2025-05-07 15:51:24 -07:00
parent b032319781
commit 63d84c8a24
6 changed files with 53 additions and 2 deletions

25
src/scss/header.scss Normal file
View File

@@ -0,0 +1,25 @@
.top-nav {
padding: 42px 0;
.logo-wrapper {
width: 80%;
max-width: 358px;
}
nav.main-nav {
height: 100%;
& > div {
height: 100%;
}
ul#menu-main-menu {
display: flex;
gap: 3rem;
padding: 0;
margin: 0;
list-style-type: none;
height: 100%;
align-items: center;
}
}
}