diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 7558cf25..6c0663d8 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -476,7 +476,7 @@ h1, h2, h3, h4, h5, h6, /* Page content wrapper */ .page-content { - padding: 26px 16px; + padding: 26px 0px; } /* Fixed header within main */ @@ -1191,5 +1191,5 @@ h6 a:hover { #sidebar { width: var(--sidebar-width); } #barre_laterale_d { width: 100% !important; } .scrollmenu { margin: 0 8px 8px; } - .page-content { padding: 18px 8px; } + .page-content { padding: 18px 0px; } }