This commit is contained in:
2025-05-07 15:53:42 -07:00
parent 63d84c8a24
commit cbbdd1c5b3
5 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
$c-white: #fff;
$c-black: #000;
$c-offWhite: #F2F2F2;
$c-offWhiteLight: #F9F8F8;
$c-borderGrey: #C5C5C5;

View File

@@ -7,7 +7,6 @@
}
nav.main-nav {
height: 100%;
& > div {
height: 100%;
}
@@ -20,6 +19,10 @@
list-style-type: none;
height: 100%;
align-items: center;
a {
color: $c-black;
}
}
}
}