diff --git a/assets/style.css b/assets/style.css index ac19a03..d5ad234 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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; } diff --git a/templates/nav.html b/templates/nav.html index 233e0dd..6ea3d0b 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -1,10 +1,12 @@ -