diff --git a/static/src/less/homepage.less b/static/src/less/homepage.less index 5556cf5..7821b1a 100644 --- a/static/src/less/homepage.less +++ b/static/src/less/homepage.less @@ -88,7 +88,7 @@ body.index { } .thumbnail { padding: 15px; - height: 300px; + height: 275px; text-align: center; &.larger { .inner { @@ -100,15 +100,14 @@ body.index { } } &.project h2 { - font-size: 27px; + @media (min-width: @screen-sm-min) { + font-size: 30px; + } } } - @media (max-width: @screen-xs-max) { - height: 400px; - } img { max-width: 100%; - max-height: 50%; + max-height: 45%; } h3 { margin: 10px 0;