removes the p-4 for all screensizes from the cis-main and adds different padding for mobile view Cis-main in Cis.css

This commit is contained in:
Simon Gschnell
2023-12-18 12:21:17 +01:00
parent 64326136d5
commit 5fbe374ea3
2 changed files with 4 additions and 1 deletions
@@ -62,4 +62,4 @@ if (!isset($menu)) {
</nav>
</header>
<main id="cis-main" class="flex-grow-1 overflow-scroll p-4">
<main id="cis-main" class="flex-grow-1 overflow-scroll">
+3
View File
@@ -285,6 +285,9 @@ html {
}
/* mobile */
@media (max-width: 991.98px) {
#cis-main{
padding: 0.75rem 0.75rem;
}
#cis-main > :first-child {
margin-top: var(--fhc-cis-header-height);
}