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

View File

@@ -5,6 +5,9 @@
@import "global";
@import "header";
@import "footer";
@import "flex-intro-block";
@import "flex-side-by-side";
@import "flex-text-over-image-a";

0
src/scss/footer.scss Normal file
View File

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;
}
}
}