Ajout de l'affiche de l'algorave

This commit is contained in:
2025-05-06 10:31:29 +02:00
parent 17a37f17e7
commit d135909f81
4 changed files with 106 additions and 1 deletions

View File

@ -124,7 +124,7 @@ main #events {
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-flow: row;
grid-auto-rows: 1fr;
grid-auto-rows: min-content;
column-gap: 15px;
row-gap: 15px;
}