Edit header

This commit is contained in:
2024-11-18 22:06:02 +01:00
parent d6166b46f3
commit 2681629966
2 changed files with 15 additions and 6 deletions

View File

@@ -389,6 +389,13 @@ div.teamDiv, div.sponsors {
width: 100%;
}
div.logoText {
display: flex;
flex-direction: row;
gap: 3.25rem;
text-align: center;
}
p.teamPersonName, p.sponsorName {
font-weight: bolder;
}