Update css

This commit is contained in:
Tom Hubrecht 2024-01-05 16:34:10 +01:00
parent 7c6d029ac6
commit d06c6f3963

View file

@ -751,7 +751,7 @@ section.orange .button:hover {
@media only screen and (max-width: 480px) {
.event {
grid-template-rows: 2rem 1.5rem 1rem 1fr;
grid-template-rows: 2rem auto auto 1fr;
grid-template-columns: 1fr;
}