From 2681629966adbaf6a2d8878bd67281bbe123dc80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Mon, 18 Nov 2024 22:06:02 +0100 Subject: [PATCH] Edit header --- assets/style.css | 7 +++++++ templates/nav.html | 14 ++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) 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 @@ -