From 5e2b423e577eeb6d84476040b6019dd67bef5654 Mon Sep 17 00:00:00 2001 From: Patrick Fairbank Date: Wed, 20 Oct 2021 16:16:46 -0700 Subject: [PATCH] Tweak position of ranking arrows. --- static/css/audience_display.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/audience_display.css b/static/css/audience_display.css index 688dae91..0ba591eb 100644 --- a/static/css/audience_display.css +++ b/static/css/audience_display.css @@ -293,7 +293,7 @@ html { border-left: 14px solid transparent; border-right: 14px solid transparent; border-bottom: 8px solid #0a3; - top: 211px; + top: 227px; } .arrow-down { width: 0; @@ -303,7 +303,7 @@ html { border-left: 14px solid transparent; border-right: 14px solid transparent; border-top: 8px solid #c11; - top: 244px; + top: 260px; } .final-teams>span { margin: 0 10px;