mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 14:32:18 +00:00
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:
@@ -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">
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user