Skip to content

Commit

Permalink
🎨 improve mobile footer
Browse files Browse the repository at this point in the history
  • Loading branch information
HoverBaum committed Aug 11, 2016
1 parent b9747f2 commit a379f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/meilidu/source/css/footer.styl
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ footerTextColor = backgroundColor
@media only screen and (max-width: breakMobile)
.footer__element
width: 100%
font-size: 2rem
font-size: 1.2rem

@media only screen and (min-width: breakMediumStart) and (max-width: breakMediumEnd)
.footer__element
width: 50%
font-size: 2rem
font-size: 1.2rem

.footer-links
margin: 0
Expand Down

0 comments on commit a379f8d

Please sign in to comment.