further modifications for #4604 - support for site name in logo component

This commit is contained in:
sbwalker
2024-09-15 09:30:04 -04:00
parent 1c1c26948a
commit c74065ff26
5 changed files with 11 additions and 9 deletions

View File

@ -117,6 +117,10 @@
margin: .5rem;
}
.app-logo .navbar-brand {
color: white;
}
@media (max-width: 767.98px) {
.main .top-row {
display: none;