fixed logo sizes

This commit is contained in:
Eric Gullickson
2025-07-22 11:02:53 -05:00
parent 196df07a24
commit 8489cd5db4
5 changed files with 6 additions and 2 deletions

View File

@@ -269,6 +269,7 @@ html {
.motovaultpro-navbar {
justify-content: space-between;
align-items: center;
}
.motovaultpro-navbar-button {
@@ -287,6 +288,7 @@ html {
height: 1.5em;
}
.motovaultpro-mobile-nav {
background-color: var(--bs-body-bg);
height: 100vh;
@@ -625,9 +627,11 @@ html[data-bs-theme="light"] .frosted {
min-height: 100vh;
}
.no-top-pad {
margin-top: calc(-48px - 2.5rem);
}
.sticky-top-nav {
top: calc(48px + 2.5rem);
}
}