Add CSS for Tablet sized Screens.

This commit is contained in:
2025-07-14 10:07:56 +02:00
committed by Jens Luedicke
parent 5763a9cfc4
commit 5f54b02684
4 changed files with 514 additions and 5 deletions

View File

@@ -213,11 +213,13 @@
}
.mobile-nav-brand a {
color: inherit;
color: var(--primary-color, #667eea) !important;
text-decoration: none;
display: flex;
align-items: center;
gap: 8px;
font-size: 18px;
font-weight: 600;
}
.mobile-logo {