diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 8307a7e4..b3275205 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -291,11 +291,11 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { .sidebar-nav > .nav-item > .nav-link { display: flex; align-items: center; - gap: 3px; + gap: 2px; padding: 9px 10px; border-radius: var(--radius-md); color: rgba(255,255,255,0.72); - font-size: 11px; + font-size: 12px; font-weight: 500; text-decoration: none; transition: all var(--transition-base); @@ -323,7 +323,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { .sidebar-nav > .nav-item > .nav-link span { font-family: 'Syne', sans-serif; - font-size: 11px; + font-size: 12px; letter-spacing: 0.02em; flex: 1; min-width: 0; @@ -339,7 +339,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { } .sidebar-nav > .nav-item > .nav-link .bi-chevron-down { - font-size: 11px; + font-size: 12px; opacity: 0.6; transition: transform var(--transition-base); flex-shrink: 0;