Skip to content

Commit

Permalink
fixed logo height on smaller sizes, fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Occhio bv committed Mar 15, 2017
1 parent 2490863 commit fa06ba1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
17 changes: 8 additions & 9 deletions dist/css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/app.min.css

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions src/sass/modules/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,15 @@ nav.navbar-default {

.navbar-brand {
background-color: #fff;
padding: 13px 15px;
padding: 11px 15px;
width: 75%;

@include hocus {
background-color: #fff;
}

img {
height: auto;
max-height: 60px;
height: 100%;

@media screen and (min-width: $screen-sm){
max-width: 200px;
Expand Down

0 comments on commit fa06ba1

Please sign in to comment.