fix typos and css
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 2m31s

This commit is contained in:
2025-08-06 01:33:56 +01:00
parent 8209f52fa7
commit df59a2c097
2 changed files with 8 additions and 3 deletions

View File

@@ -46,4 +46,10 @@ ul#toaster-specs li {
#toaster-img {
width: 100%;
}
}
@media screen and (max-width: 690px) {
.flex-col {
flex-direction: column;
}
}