Update spacing in custom page content component
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
line-height: 1.6em;
|
||||
color: var(--theme-color-components-text-on-light);
|
||||
padding: calc(2 * var(--content-padding));
|
||||
padding-top: unset;
|
||||
border-radius: var(--theme-rounded-corners);
|
||||
width: 100%;
|
||||
background-color: var(--theme-color-components-content-background);
|
||||
@@ -17,7 +16,7 @@
|
||||
hr {
|
||||
margin: 1.35em 0;
|
||||
border: 0;
|
||||
border-top: solid 1px var(--theme-color-components-content-background);
|
||||
border-top: solid 1px var(--theme-color-palette-6);
|
||||
}
|
||||
|
||||
div.summary {
|
||||
|
||||
Reference in New Issue
Block a user