Template:RidgeRun Platform Security Manual/styles.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 212: Line 212:
     font-family: 'Arial', sans-serif;
     font-family: 'Arial', sans-serif;
     display: flex;
     display: flex;
     margin-top: 1rem;
     margin-top: 0 !important;
     gap: 1rem; /* Space between sidebar and content */
     gap: 1rem; /* Space between sidebar and content */
     align-items: stretch; /* Ensures both child elements stretch to the same height */
     align-items: stretch; /* Ensures both child elements stretch to the same height */
Line 284: Line 284:
         display: none;
         display: none;
     }
     }
/* Tighten up space between nav-bar and title */
.firstHeading {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Remove default top padding/margin of the content wrapper */
.mw-body-content, .mw-content-ltr, #bodyContent {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Reduce margin above the content block */
.main-content {
    margin-top: 0 !important;
}
}
}