Small tweaks.

main
BurnyLlama 2023-03-01 23:30:33 +01:00
parent c4c4d24f83
commit 9df6949011
1 changed files with 7 additions and 6 deletions

View File

@ -23,11 +23,12 @@ h6 {
font-size: 2.4rem;
}
// h1 and h2 in a header
header>h1 {
font-size: 6.4rem;
}
header {
> h1 {
font-size: 6.4rem;
}
header>h2 {
font-size: 4.8rem;
> h2 {
font-size: 4.8rem;
}
}