Improved logo panel spacing on small screens

This commit is contained in:
Joe Uhren
2024-09-19 20:54:25 -06:00
parent f1b29df009
commit 7177742f54
2 changed files with 12 additions and 2 deletions
+10
View File
@@ -1527,6 +1527,11 @@ div.navbar-expand-lg {
margin-top: 80px;
}
#logo-panel {
margin-top: 0;
margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
div#side-nav-bar {
display: block;
@@ -1553,6 +1558,11 @@ div.navbar-expand-lg {
#inner-header-side button#search-header-button {
display: none;
}
#logo-panel {
margin-top: -15px;
margin-bottom: 0;
}
}
.navbar-collapse {