From adaa1d9a3ebd42117313ee19be03a6f64b300196 Mon Sep 17 00:00:00 2001 From: Chris Moschini Date: Wed, 7 Dec 2016 08:55:36 -0500 Subject: [PATCH] Fix a bug where 1005-768 the avatars and health bar get covered up. --- website/client-old/css/header.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/client-old/css/header.styl b/website/client-old/css/header.styl index 91d284837a..475a633fac 100644 --- a/website/client-old/css/header.styl +++ b/website/client-old/css/header.styl @@ -91,6 +91,10 @@ height: 10.5em width: 100% + // Covers avatars, health bar at 1005-768. Fix: + @media (max-width: 1005px) and (min-width: 768px) + margin-top: 2.8em; + // this is a wrapper for avatars in the header // inside this is the actual `herobox` module // that can be used anywhere on the site