nav#footer_nav { ul { padding-left: 0px; display: block; text-align: left; margin-top: 15px; li { display: inline; margin: 0 10px 0 0; a { color: @dark-grey; text-decoration: none; font-weight: 700; .hover-transition(color, 1s); &:hover { color: darken(@dark-grey, 10%); .hover-transition(color, 0.5s); } } } } } /* iPads (portrait) ----------- */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { body { nav#footer_nav { ul { margin-top: 50px; li { margin-bottom: 15px; a { font-weight: 300; font-size: 1.3em; text-decoration: underline; } } } } } } /* Mobile ----------- */ @media screen and (max-width: 768px) { body { nav#footer_nav { ul { margin-top: 50px; li { margin-bottom: 15px; a { font-weight: 300; font-size: 1.3em; text-decoration: underline; } } } } } }