From aab3b781dee138fd600b9d186cb1fc83ef06e0a1 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 17 Aug 2016 12:16:12 +0000 Subject: [PATCH] fix centering of explore headers --- app/assets/stylesheets/clean.css.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/clean.css.erb b/app/assets/stylesheets/clean.css.erb index 7fa23e16..a5493c7e 100644 --- a/app/assets/stylesheets/clean.css.erb +++ b/app/assets/stylesheets/clean.css.erb @@ -626,12 +626,11 @@ height:42px; background-color:#EEEEEE; box-shadow: 0px 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16); + text-align: center; } .exploreMapsCenter { - margin: 0 auto; display: block; - width: 419px; } .exploreMapsButton {