bigger logo

This commit is contained in:
SquadleDude
2026-08-03 22:52:36 +03:00
committed by GitHub
parent 1e240d4ae6
commit de6ab19ce4
+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) */