Skip to content

Commit

Permalink
Max height on carousel is bad on small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 10, 2016
1 parent 18f57f9 commit 3b1d2f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions css/rubinius.css
Expand Up @@ -69,9 +69,7 @@
}

.carousel-inner {
max-height: 44em;
min-height: 44em;
overflow-y: hidden;
min-height: 45em;
}

.lede-row h1 {
Expand Down

0 comments on commit 3b1d2f5

Please sign in to comment.