From e6fcdf95c9be8461855ba667bae99e2dae8fd087 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Mon, 13 Jul 2015 12:14:17 +0100 Subject: [PATCH] Eradicate mobile bug --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 251e725..2cf86f8 100644 --- a/style.css +++ b/style.css @@ -112,6 +112,13 @@ header.top p.twitter { margin-top: -3em; } +@media (max-width: 28.75em) { + header.top p.twitter { + float: none; + margin-top: 0; + } +} + .wrap { padding: 2% 10%; max-width: 48em;