First draft
All checks were successful
/ build (push) Successful in 45s
/ reuse-compliance (push) Successful in 53s

This commit is contained in:
Ncam Gnrvngu 2025-09-14 18:26:50 +02:00
parent b002863bdd
commit 6c3f3dc098
Signed by: NcamGnrvngu
GPG key ID: BBF21CBE5628BA99
19 changed files with 93 additions and 1 deletions

View file

@ -129,3 +129,7 @@ code {
#license a {
margin: 0;
}
.pixelart {
image-rendering: crisp-edges
}

View file

@ -14,3 +14,9 @@
font-size: 40pt;
margin-bottom: 10px;
}
img {
width: 600px;
max-width: 90%;
margin-bottom: 10px;
}