Skip to content

Commit

Permalink
Revert width and height changes, will be fixed another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddarnes committed Sep 22, 2018
1 parent 41af65c commit f9a3a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_theme.scss
Expand Up @@ -59,11 +59,11 @@ body {
.logo {
display: inline-block;
line-height: 0;
height: 4rem;
max-height: 4rem;
@include flexbox;
@include align-items(center);
img {
height: 5rem;
max-height: 5rem;
}
}

Expand Down

0 comments on commit f9a3a5c

Please sign in to comment.