feat(footer): add configurable copyright notice (#112)

This commit is contained in:
Óscar
2023-08-18 23:12:39 +02:00
committed by GitHub
parent 1601fbf30c
commit 5ae21b5335
4 changed files with 54 additions and 12 deletions

View File

@@ -72,4 +72,9 @@ footer nav {
.credits {
font-size: 0.88rem;
color: var(--meta-color);
text-align: center;
p {
margin: 0;
}
}