added padding-top for the nav block.
authorrsiddharth <rsd@gnu.org>
Thu, 3 Oct 2013 15:29:09 +0000 (20:59 +0530)
committerrsiddharth <rsd@gnu.org>
Thu, 3 Oct 2013 15:39:18 +0000 (21:09 +0530)
this padding is only for screens with min-width of 768px.

2014/assets/css/custom.css

index 9ede28018cc82fc3819ac09ac62bebce1ac45676..dee0376505f5af09f0105a2542882d50c493b53e 100644 (file)
   border-color: #818181;
 }
 
+
+@media (min-width:768px) {
+       .nav {
+         padding-left: 0;
+         margin-bottom: 0;
+         list-style: none;
+         padding-top: 4.7em;
+       }
+}
+
 .nav > li {
   position: relative;
   display: block;