wip: programme

This commit is contained in:
mco-system
2023-04-10 10:50:02 +11:00
parent 6b352135cf
commit 7d9586a6f2
2 changed files with 44 additions and 25 deletions

View File

@@ -43,3 +43,19 @@
text-align:justify;
text-justify: inter-word;
}
.partners {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.subpartners {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
text-align: center;
}