Merge pull request #22 from nexiumfit/big-logo

bigger logo
This commit is contained in:
SquadleDude
2026-08-03 22:52:53 +03:00
committed by GitHub
+6 -2
View File
@@ -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) */