Ajouter un évènement en .ics sur le site pour que les gens puisse ajouter le Camp à leurs calendriers #49

Merged
Nono merged 5 commits from feat/22-ics-calendrier into main 2026-03-02 18:10:59 +00:00
Showing only changes of commit 2d232ae212 - Show all commits

View file

@ -49,6 +49,7 @@ main h1, main h2, main h3 {
main h1 span, main h2 span, main h3 {
background-color: #000000b8;
padding: auto;
}
main h1 {
@ -86,7 +87,7 @@ main h3 {
}
main section h3 {
text-align: left;
text-align: center;
}
main h4 {
@ -226,6 +227,12 @@ div#maj-guide {
margin: 2em 1em;
}
.center {
display: flex;
justify-content: center;
align-items
}
@media (max-width: 500px) {
/* Hide stickers on mobile */