fix: gap for main content on mobile
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
/*nav:has(+ .contentPage) {*/
|
|
||||||
/* background-color: var(--Base-Surface-Subtle-Normal);*/
|
|
||||||
/*}*/
|
|
||||||
|
|
||||||
.contentPage {
|
.contentPage {
|
||||||
padding-bottom: var(--Spacing-x9);
|
padding-bottom: var(--Spacing-x9);
|
||||||
container-name: content-page;
|
container-name: content-page;
|
||||||
@@ -41,6 +37,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: var(--Spacing-x4) var(--Spacing-x2) 0;
|
padding: var(--Spacing-x4) var(--Spacing-x2) 0;
|
||||||
|
gap: var(--Spacing-x4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainContent {
|
.mainContent {
|
||||||
|
|||||||
Reference in New Issue
Block a user