Ajout de l'affiche des JDLL 2024

This commit is contained in:
2024-05-04 13:59:56 +02:00
parent 534782af30
commit 5a70198b0b
18 changed files with 12220 additions and 5 deletions

View File

@ -123,8 +123,10 @@ main #events {
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-flow: 1fr;
grid-auto-flow: row;
grid-auto-rows: 1fr;
column-gap: 15px;
row-gap: 15px;
}
main #description {
@ -392,10 +394,6 @@ main > aside {
position: relative;
}
.affiche:not(:last-child){
margin-bottom: 25px;
}
.affiche .credits {
font-size: 0.5em;
text-align: right;