Fixed h1 margin on about page
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 17s
Build Zola Website / build (pull_request) Successful in 24s

This commit is contained in:
2025-05-24 12:05:15 +02:00
parent 3ceaeeafda
commit 203b08d044
3 changed files with 3 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
h1 {
font-size: 2rem;
margin-bottom: 2rem;
}
h1,
h2 {
margin-top: 1rem;
margin-bottom: .5rem;