fix(ui): add margin under page content. Closes #2963

This commit is contained in:
Gabe Kangas
2023-05-04 18:08:57 -07:00
parent 2d14bc1a8e
commit 7d6fa8d1ac

View File

@@ -64,7 +64,6 @@
@include screen(tablet) {
display: none;
}
}
//not sure if this is needed
@@ -86,6 +85,7 @@
padding: calc(2 * var(--content-padding));
border-radius: var(--theme-rounded-corners);
width: 100%;
margin-bottom: 20px;
h1:first-child,
h2:first-child,