Addition bottom page content layout tweaks

This commit is contained in:
Gabe Kangas
2023-02-22 09:40:48 -08:00
parent e427f4a460
commit e8ef6433e5
3 changed files with 1 additions and 6 deletions

View File

@@ -130,7 +130,6 @@
.bottomPageContentContainer {
background-color: var(--theme-color-components-content-background);
padding: calc(2 * var(--content-padding));
padding-top: 0px;
border-radius: var(--theme-rounded-corners);
width: 100%;
}