From 901a3272e3a7c786939796c6badbefbcd975b7c2 Mon Sep 17 00:00:00 2001 From: Billy Brawner Date: Sun, 6 Sep 2015 16:26:15 -0700 Subject: [PATCH] Fixed styling issue on mobile view with banner text. --- public/assets/css/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/assets/css/styles.css b/public/assets/css/styles.css index 2306183..a8d4e7a 100644 --- a/public/assets/css/styles.css +++ b/public/assets/css/styles.css @@ -254,3 +254,9 @@ body { margin:0; } } + +@media (max-width: 502px) { + .banner h1 { + position:static; + } +} \ No newline at end of file