is there any way to have a navigation bar with buttons that equally space 
in desktop view and do not drop down when in Ipad landscape. When looking 
at the media queries there seems to be no difference between the two and I 
would like to reduce the padding value when in Ipad landscape. thanks 


   1. /* Portrait tablet to landscape and desktop */
   2. @media (min-width: 768px) and (max-width: 979px) { ... }

Reply via email to