From bec36c871ac9abc12ca2053d86c4d54c06d7c725 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 25 Sep 2016 17:46:52 +0100 Subject: [PATCH] Fix menu button overlapping title on iPhone 5 --- public/assets/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/assets/style.css b/public/assets/style.css index a134ea3..2c97150 100644 --- a/public/assets/style.css +++ b/public/assets/style.css @@ -554,6 +554,13 @@ footer { } } +/* Fix menu button overlapping title on iPhone 5 */ +@media (max-width: 360px) { + .menu-button { + right: 0; + } +} + /* Icons */ @font-face { font-family: 'iconfont';