A couple of style tweaks
This commit is contained in:
parent
c913f1d450
commit
3e16498150
1 changed files with 9 additions and 5 deletions
|
@ -13,13 +13,17 @@ main a:hover {
|
|||
border-bottom: 1px solid var(--link-color);
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
main h1,
|
||||
main h2,
|
||||
main h3 {
|
||||
margin-top: 4rem;
|
||||
margin-bottom: 0.7rem;
|
||||
}
|
||||
|
||||
main h1:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 5rem;
|
||||
}
|
||||
|
@ -32,10 +36,10 @@ h2 {
|
|||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
p:first-child {
|
||||
main p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
main p {
|
||||
margin-top: 2rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue