fix: small text breaking

This commit is contained in:
2025-07-27 14:19:54 +02:00
parent 4843c42147
commit bfa650ac17
2 changed files with 7 additions and 2 deletions

View File

@@ -400,6 +400,11 @@ a:focus {
grid-row: 1;
}
.small-text {
text-align: center;
margin: 0.5em 0;
}
.footer {
margin-top: 0.25in;
position: static;