Fixed sticky header scrolling. Updated settings button.

This commit is contained in:
Mike Cao
2023-03-03 12:37:26 -08:00
parent 5262d19c8b
commit bb99b3eba5
16 changed files with 109 additions and 134 deletions

View File

@@ -2,42 +2,24 @@
display: flex;
align-items: center;
width: 100%;
height: 50px;
border-bottom: 1px solid var(--base300);
padding: 30px 30px 0 30px;
}
.title {
flex: 1;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
font-size: var(--font-size-lg);
font-weight: 700;
display: flex;
align-items: center;
flex-direction: row;
}
.logo {
margin-right: 12px;
}
.links {
flex: 2;
display: flex;
justify-content: center;
align-items: center;
font-size: var(--font-size-md);
font-weight: 600;
}
.links a + a {
margin-left: 40px;
color: var(--font-color100);
}
.buttons {
flex: 1;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
justify-content: flex-end;
}
@media only screen and (max-width: 992px) {