Add gouvernance - draft

This commit is contained in:
2026-01-09 09:14:55 +01:00
parent 0826bc2ea4
commit dcc1812f5c
7 changed files with 281 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
.instance {
margin-bottom: 3rem;
}
.instance .heading {
display: flex;
flex-direction: column;
margin-bottom: 1rem;
}
.instance .heading h2 {
width: 100%;
text-align: center;
}
.instance img {
width: 4rem;
margin: 1rem auto;
}
.instance.timonerie img {
width: 5rem;
}