Fix the incorrect header spacing across all text
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
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);
|
||||
|
||||
@@ -10,6 +10,11 @@
|
||||
box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 10%);
|
||||
background-color: var(--theme-color-background-header);
|
||||
|
||||
h1 {
|
||||
margin-top: unset;
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
@include screen(mobile) {
|
||||
--header-height: 3.85rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user