[main] More styling, and some content in job
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 50s

This commit is contained in:
2024-12-31 00:54:44 +01:00
parent a126778f16
commit ca86177e90
3 changed files with 7 additions and 3 deletions

View File

@@ -23,9 +23,11 @@
}
a {
.fav-image {
display: block;
max-width: 100%; /* Scale down if the container is smaller than the image */
height: auto; /* Maintain aspect ratio */
display: flex;
justify-content: center; /* Horisontal centrering */
align-items: center; /* Vertikal centrering */
}
}