Skip to content

Commit

Permalink
Updating to use the correct min height on the hero image container to…
Browse files Browse the repository at this point in the history
… avoid the space below the image
  • Loading branch information
tsvensen committed May 22, 2013
1 parent 811eeb1 commit 6856eed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/libs/z.styles.concat.css
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,7 @@ header {
@media (min-width: 72em) {
/* line 44, ../sass/02.elements.header.scss */
.container-hero {
min-height: 27em;
min-height: 25.24875em;
}
}

Expand Down
Loading

0 comments on commit 6856eed

Please sign in to comment.