Added GA/Clubs Google Calendar to main page (#585)

* Added GA/Clubs google calendar to main page

* Made tables full width
This commit is contained in:
Julien Constant
2023-04-03 15:54:12 +02:00
committed by GitHub
parent 28f397574f
commit 1f10a284f2
4 changed files with 32 additions and 6 deletions

View File

@@ -23,6 +23,10 @@
flex-direction: row;
gap: 10px;
> a {
color: #fff;
}
&:hover > a {
color: #1a78b3;
}