header style
This commit is contained in:
parent
f04e9a66fb
commit
0fed6cfd12
30 changed files with 125 additions and 694 deletions
|
|
@ -19,9 +19,13 @@
|
|||
font-weight: var(--font-weight-extra-bold);
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: var(--font-size-l);
|
||||
font-weight: var(--font-weight-bold);
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
p {
|
||||
font-weight: var(--font-weight-light);
|
||||
}
|
||||
|
||||
p,
|
||||
|
|
@ -50,17 +54,16 @@ button,
|
|||
}
|
||||
|
||||
.title-center {
|
||||
font-size: var(--font-size-m);
|
||||
font-weight: var(--font-weight-light);
|
||||
width: 100%;
|
||||
margin-left: calc(5 * var(--unit--horizontal));
|
||||
--margin-left: calc(4 * var(--unit--horizontal));
|
||||
width: calc(100% - var(--margin-left));
|
||||
margin-left: var(--margin-left);
|
||||
}
|
||||
|
||||
.main-title {
|
||||
line-height: 1;
|
||||
text-align: left;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 1rem;
|
||||
font-weight: var(--font-weight-light);
|
||||
}
|
||||
|
||||
p,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue