further modifications for #4604 - support for site name in logo component
This commit is contained in:
@ -117,6 +117,10 @@
|
||||
margin: .5rem;
|
||||
}
|
||||
|
||||
.app-logo .navbar-brand {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.main .top-row {
|
||||
display: none;
|
||||
|
@ -269,8 +269,6 @@ app {
|
||||
min-height: 250px;
|
||||
}
|
||||
|
||||
.app-logo .site-name {
|
||||
padding: 0 20px 0 20px;
|
||||
font-size: x-large;
|
||||
color: white;
|
||||
.app-logo .navbar-brand {
|
||||
padding: 5px 20px 5px 20px;
|
||||
}
|
Reference in New Issue
Block a user