fix(ui): add margin under page content. Closes #2963
This commit is contained in:
@@ -64,7 +64,6 @@
|
|||||||
@include screen(tablet) {
|
@include screen(tablet) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//not sure if this is needed
|
//not sure if this is needed
|
||||||
@@ -86,6 +85,7 @@
|
|||||||
padding: calc(2 * var(--content-padding));
|
padding: calc(2 * var(--content-padding));
|
||||||
border-radius: var(--theme-rounded-corners);
|
border-radius: var(--theme-rounded-corners);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
|
||||||
h1:first-child,
|
h1:first-child,
|
||||||
h2:first-child,
|
h2:first-child,
|
||||||
|
|||||||
Reference in New Issue
Block a user