From 1a6c31f5e83d3fd0f06f73bbe8c6df4efd5eb132 Mon Sep 17 00:00:00 2001 From: Danhia Date: Sat, 27 Aug 2022 11:36:07 +0200 Subject: [PATCH] fix logo size and position with some highly advanced CSS --- src/scoreboard/templates/scoreboard/network.html | 6 +++--- src/statics/css/style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/scoreboard/templates/scoreboard/network.html b/src/scoreboard/templates/scoreboard/network.html index 61bf253..02ea2ac 100644 --- a/src/scoreboard/templates/scoreboard/network.html +++ b/src/scoreboard/templates/scoreboard/network.html @@ -8,7 +8,7 @@
- {{ top3.1.0 }} + {{ top3.1.0 }}

#2 :

Score : {{ top3.1.1 }} @@ -17,7 +17,7 @@

- {{ top3.0.0 }} + {{ top3.0.0 }}

#1 :

Score : {{ top3.0.1 }} @@ -26,7 +26,7 @@

- {{ top3.2.0 }} + {{ top3.2.0 }}

#3 :

Score : {{ top3.2.1 }} diff --git a/src/statics/css/style.css b/src/statics/css/style.css index 644798d..e5bfe1a 100644 --- a/src/statics/css/style.css +++ b/src/statics/css/style.css @@ -320,7 +320,7 @@ footer { vertical-align: bottom; } .podium h3 {margin-top:-5%;} -.podium img{position:relative;top: -55px} +.podium img{position:relative;top: -55px; max-height: 50px; max-width: 100%;} .podium-one{ background-color: #313131; height: 25vh;}