margin bottom added to event button
authorIan Weller <ian@gaslightmedia.com>
Mon, 11 Jan 2016 16:23:28 +0000 (11:23 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 11 Jan 2016 16:23:28 +0000 (11:23 -0500)
css/app.css
scss/_main.scss

index e1632c0..c6d0704 100644 (file)
@@ -6643,7 +6643,7 @@ header {
     text-transform: uppercase;
     font-size: 0.875rem;
     padding: 0 5px;
-    margin: 10px 0; }
+    margin: 10px 0 20px; }
   #events-side ul.sidebar, .side-links ul.sidebar {
     list-style: none;
     margin: 0; }
index 187943c..61d8d02 100644 (file)
         text-transform: uppercase;
         font-size: rem-calc(14);
         padding: 0 5px;
-        margin: 10px 0;
+        margin: 10px 0 20px;
     }
     ul.sidebar {
         list-style: none;