diff --git a/src/ctf_gameserver/web/static/style.css b/src/ctf_gameserver/web/static/style.css index e552aad..740d00c 100644 --- a/src/ctf_gameserver/web/static/style.css +++ b/src/ctf_gameserver/web/static/style.css @@ -103,7 +103,17 @@ img#load-spinner, button#refresh { .jumbotron img.big-logo { margin-right: 30px; - width: 30%; + width: 40%; +} + +.navbar-brand { + padding: 5px 15px; +} + +.navbar-brand img { + display: inline; + margin-right: 15px; + height: 35px; } #supporter-column img { diff --git a/src/ctf_gameserver/web/templates/base-common.html b/src/ctf_gameserver/web/templates/base-common.html index c81040d..59e77db 100644 --- a/src/ctf_gameserver/web/templates/base-common.html +++ b/src/ctf_gameserver/web/templates/base-common.html @@ -32,7 +32,7 @@ - + @@ -47,7 +47,10 @@ - {{ competition_name }} + + FAUST CTF 2024 logo + {{ competition_name }} +