Add space for footer on about page
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 14s
Build Zola Website / build (pull_request) Successful in 20s

This commit is contained in:
Filip Rojek 2024-12-18 13:07:38 +01:00
parent 7b0acd007b
commit 62a6937c20

View File

@ -11,5 +11,6 @@
p { p {
text-align: left; text-align: left;
} }
margin-bottom: 3rem; // space for footer
} }