1
Fork 0

Resize project cards on index

This commit is contained in:
Jake Howard 2016-04-08 17:32:22 +01:00
parent 40438c6da6
commit 5da1fbec87

View file

@ -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;