Starting to move the header down for better functionality. need to separate CSV submission.

This commit is contained in:
Norm Rasmussen
2023-03-07 09:59:27 -05:00
parent 8d0815b676
commit 92f4ca2fbc
6 changed files with 755 additions and 55 deletions

View File

@ -124,6 +124,8 @@ img {
display: flex;
height: 48px;
padding: 8px 16px;
text-decoration: none;
}
.nav-link {
@ -146,10 +148,14 @@ li {
cursor: pointer;
font-size: 14px;
line-height: 16px;
text-decoration: none;
padding: 8px 16px 8px 12px;
}
.navoption {
color: var(--background);
text-decoration: none;
}
#currentDate {
color: var(--primary);
}
@ -159,15 +165,16 @@ li {
font-weight: 600;
}
.header {
display: flex;
justify-content: space-evenly;
}
@media screen and (max-width: 1250px) {
h1 {
display: flex;
}
.header {
flex-direction: column-reverse;
}
#currentTime {
font-size: 3rem;
margin-bottom: 1rem;