From 738360c4e4d218ac4753ab1c688eb0e576dfe788 Mon Sep 17 00:00:00 2001 From: Ryan Stelly Date: Tue, 28 Jul 2020 14:39:35 -0500 Subject: [PATCH] Correct anchor height offset for Black Lives Matter banner --- website/static/css/header.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/css/header.css b/website/static/css/header.css index 5d645446143..d260171d733 100644 --- a/website/static/css/header.css +++ b/website/static/css/header.css @@ -211,6 +211,16 @@ input#search_input_react:focus { height: 60px; } +.anchor { + top: -160px; +} + +@media only screen and (min-width: 735px) { + .anchor { + top: -180px; + } +} + .announcement { color: #fff; font-weight: bold;