Fix the incorrect header spacing across all text
This commit is contained in:
parent
219e5ad72d
commit
60f5b41a3d
@ -40,6 +40,7 @@
|
|||||||
font-size: 1.7rem;
|
font-size: 1.7rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
margin: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
@ -48,6 +49,7 @@
|
|||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
color: var(--theme-color-background-header);
|
color: var(--theme-color-background-header);
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
|
margin-top: 7px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
color: var(--theme-color-components-text-on-light);
|
color: var(--theme-color-components-text-on-light);
|
||||||
padding: calc(2 * var(--content-padding));
|
padding: calc(2 * var(--content-padding));
|
||||||
|
padding-top: unset;
|
||||||
border-radius: var(--theme-rounded-corners);
|
border-radius: var(--theme-rounded-corners);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: var(--theme-color-components-content-background);
|
background-color: var(--theme-color-components-content-background);
|
||||||
|
@ -10,6 +10,11 @@
|
|||||||
box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 10%);
|
box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 10%);
|
||||||
background-color: var(--theme-color-background-header);
|
background-color: var(--theme-color-background-header);
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin-top: unset;
|
||||||
|
margin-bottom: unset;
|
||||||
|
}
|
||||||
|
|
||||||
@include screen(mobile) {
|
@include screen(mobile) {
|
||||||
--header-height: 3.85rem;
|
--header-height: 3.85rem;
|
||||||
}
|
}
|
||||||
|
@ -38,6 +38,8 @@ body {
|
|||||||
h6,
|
h6,
|
||||||
p {
|
p {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin-top: revert;
|
||||||
|
margin-bottom: revert;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user