I LOVE CSS

This commit is contained in:
2024-11-25 18:00:10 +01:00
parent df60a77605
commit 380a68e1e4
2 changed files with 3 additions and 3 deletions

View File

@@ -386,7 +386,6 @@ div.teamPerson, div.sponsor {
align-items: center;
justify-content: center;
max-width: 200px;
max-height: 200px;
}
div.teamDiv, div.sponsors {
@@ -394,8 +393,9 @@ div.teamDiv, div.sponsors {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-items: flex-start;
width: 100%;
gap: 50px;
}
div.sponsors {