remove padding because it breaks things

This commit is contained in:
Lisa Passing 2015-04-07 17:15:27 +02:00
parent 84d187eb83
commit 5db4a2ff60

View File

@ -25,7 +25,7 @@ footer
height: auto height: auto
@media (min-width: 640px) @media (min-width: 640px)
.wrapper .wrapper
padding-bottom: 244px //footer height plus some extra padding padding-bottom: 204px
footer footer
margin-top: -204px margin-top: -204px