More styling
All checks were successful
Build Website / Build NPM Project (push) Successful in 1m43s
Build Website / Tag Version (push) Successful in 11s
Build Website / Build & Push Dockerfile (push) Successful in 2m36s

This commit is contained in:
2024-01-10 09:56:56 -05:00
parent d482bebb13
commit 5d70a86253
6 changed files with 39 additions and 11 deletions

View File

@@ -63,12 +63,15 @@ h3 { font: 400 18px / 30px Roboto, "Helvetica Neue", sans-serif !important; }
margin-left: auto;
margin-right: auto;
padding: 5rem 2rem;
}
@media print {
.container {
@media screen and (max-width: 400px) {
padding: 3rem 2rem;
}
@media print {
padding: 5rem 1rem;
}
}
.invert {