feat(templates): introduce info-page template (#147)

This commit is contained in:
Óscar
2023-09-13 01:38:25 +02:00
committed by GitHub
parent 355162ebe1
commit 6f269eee4a
29 changed files with 180 additions and 47 deletions

View File

@@ -146,3 +146,7 @@ hr {
padding: 1rem;
text-align: center;
}
#page-content {
margin-top: 4vmin;
}