General fixes. Reorder of navigation bar CSS and ID added to navigation bar list

This commit is contained in:
Lucas Patenaude
2024-04-10 02:46:50 -06:00
parent cded0d8b0c
commit 08e8f0338d
2 changed files with 10 additions and 8 deletions

View File

@@ -4,6 +4,13 @@
src: url('../fonts/Scottsdale-Italic.ttf') format('truetype');
}
.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 1000; /* Adjust as needed */
}
#navigation-bar-container {
background-color: hsl(0, 98%, 40%);
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
@@ -12,13 +19,6 @@
display: flex;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 1000; /* Adjust as needed */
}
#logo {
color: white;
text-decoration: none;