Skip to content

Commit

Permalink
Fix header styling on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mileszs committed Jul 30, 2016
1 parent 1826eed commit b1c3c32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,7 @@ select:not([multiple])
@media (max-width: $screen-md-max)
footer > .container > .row > .col-md-4
padding: 20px

@media (max-width: $screen-xs-max)
.navbar-brand
font-size: 16px

0 comments on commit b1c3c32

Please sign in to comment.