wip: programme

This commit is contained in:
mco-system
2023-04-09 18:50:21 +11:00
parent 164385f3e8
commit e04e12e8f9
4 changed files with 11 additions and 11 deletions

View File

@@ -76,15 +76,15 @@ a:hover {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
align-items: center;
align-content: center;
margin-bottom: 5em;
}
#center_wrapper, #header_wrapper {
display: flex;
flex-direction: column;
justify-content: flex-start;
justify-content: center;
align-items: center;
}