Categories are now clickable
authorLaury GvR <laury@gaslightmedia.com>
Thu, 11 Feb 2016 19:24:36 +0000 (14:24 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 11 Feb 2016 19:24:36 +0000 (14:24 -0500)
css/app.css
scss/_blog.scss

index 2e5aa1f..7866443 100644 (file)
@@ -7077,6 +7077,11 @@ input[type="submit"].blogbutton {
   display: inline;
   border-radius: 5px; }
 
+div#category-menu {
+  max-height: 110px;
+  min-height: 88px;
+  margin: 0; }
+
 #category-menu ul li a {
   color: white; }
 
index df17114..7d51bc2 100644 (file)
@@ -180,6 +180,11 @@ input[type="submit"].blogbutton {
     display: inline;
     border-radius: 5px;
 }
+div#category-menu {
+    max-height: 110px;
+    min-height: 88px;
+    margin: 0;
+}
 #category-menu ul li a{
     color: white;
 }