From: rsiddharth Date: Thu, 3 Oct 2013 15:29:09 +0000 (+0530) Subject: added padding-top for the nav block. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bd7c9084c63e4357289835d900c841417269fa55;p=libreplanet-static.git added padding-top for the nav block. this padding is only for screens with min-width of 768px. --- diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 9ede2801..dee03765 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -95,6 +95,16 @@ 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;