From 87ede1f4a03cccfed3143fc2452cc451462e4da4 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 26 Jun 2016 17:04:26 -0400 Subject: [PATCH] Fix notice overlapping sidebar on mobile --- assets/stylesheets/components/_mobile.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/components/_mobile.scss b/assets/stylesheets/components/_mobile.scss index 1a472ff3..f2d3a8f9 100644 --- a/assets/stylesheets/components/_mobile.scss +++ b/assets/stylesheets/components/_mobile.scss @@ -117,7 +117,10 @@ left: 0; padding: 0 .5rem; - ~ ._sidebar { padding-bottom: 4rem; } + ~ ._sidebar { + margin-top: 2.5rem; + padding-bottom: 4rem; + } } ._notice-text { font-size: .75em; }