mobiele layout toegevoegd voor agenda en inlog
All checks were successful
Docker Image CI / build-and-push (push) Successful in 1m17s
Docker Image CI / deploy (push) Successful in 38s
Docker Image CI / notify-failure (push) Has been skipped

This commit is contained in:
2025-04-19 14:53:16 +02:00
parent 77e75ff7b3
commit 1fec1dc8c0
3 changed files with 81 additions and 9 deletions

View File

@@ -51,3 +51,10 @@ p{
);
background-size: var(--s) calc(var(--s) * 0.577);
}
@media (max-width: 600px) {
.center-container {
padding: 0;
}
}