max width
This commit is contained in:
parent
39fdba550b
commit
cf82daf9a7
5 changed files with 63 additions and 16 deletions
|
|
@ -14,19 +14,25 @@
|
|||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
h1, h2 {
|
||||
margin: 0;
|
||||
font-family: serif;
|
||||
color: var(--on-background);
|
||||
font-size: 4rem;
|
||||
line-height: 3.5rem;
|
||||
|
||||
& > span {
|
||||
font-style: italic;
|
||||
color: var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 4rem;
|
||||
line-height: 3.5rem;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
|
||||
p {
|
||||
color: var(--on-background);
|
||||
line-height: 1.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue