bigger logo
This commit is contained in:
@@ -97,9 +97,13 @@
|
||||
/* Navbar brand logo styling */
|
||||
.navbar .navbar-brand .brand-logo {
|
||||
display: block;
|
||||
max-height: 44px;
|
||||
max-height: 72px; /* increased size */
|
||||
width: auto;
|
||||
transform: translateY(6px);
|
||||
transform: translateY(2px);
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.navbar .navbar-brand .brand-logo { max-height: 48px; transform: translateY(4px); }
|
||||
}
|
||||
|
||||
/* Left sidebar styles (replaces top navbar) */
|
||||
|
||||
Reference in New Issue
Block a user