diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 3254c022..1f342b04 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -355,7 +355,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { padding: 5px 0 5px 15px; /* Indentation réduite */ margin: 4px 0; border-left: 1px solid rgba(255, 255, 255, 0.1); /* Ligne de guide verticale */ - margin-left: 5px; + margin-left: 10px; } .sidebar-nav .nav-content li { margin-bottom: 1px; } @@ -365,7 +365,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { padding: 5px 10px; border-radius: var(--radius-sm); color: rgba(255,255,255,0.55); - font-size: 11px; + font-size: 12px; text-decoration: none; transition: all var(--transition-fast); border-left: 2px solid transparent;