footer{ position: relative; background: $green; padding: 20px 0; width: 100%; text-align: center; .footer-logo{ max-height: 60px; max-width: 90%; } .footermenu{ display: inline-block; width: 100%; border-top: 1px dotted $light-grey; padding-top: 20px; text-transform: uppercase; ul{ text-align: left; font-size: $font-12; margin: 0; padding: 0; li{ padding: 0 10px; display: block; border: none; width: 50%; float: left; a{ color: white; background: none; display: block; padding: 3px; &:hover{ color: $alpha; } } } } } }