Resize project cards on index
This commit is contained in:
parent
40438c6da6
commit
5da1fbec87
1 changed files with 5 additions and 6 deletions
|
@ -88,7 +88,7 @@ body.index {
|
||||||
}
|
}
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
height: 300px;
|
height: 275px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
&.larger {
|
&.larger {
|
||||||
.inner {
|
.inner {
|
||||||
|
@ -100,15 +100,14 @@ body.index {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.project h2 {
|
&.project h2 {
|
||||||
font-size: 27px;
|
@media (min-width: @screen-sm-min) {
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: @screen-xs-max) {
|
|
||||||
height: 400px;
|
|
||||||
}
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 50%;
|
max-height: 45%;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
|
Reference in a new issue