Smaller thumbs on the front page.

This commit is contained in:
Dominik V. Salonen 2018-09-03 15:21:07 +00:00
parent 70f1520624
commit 8287d6c190
1 changed files with 9 additions and 0 deletions

View File

@ -270,6 +270,15 @@ img {
margin-bottom: 10px;
}
@media(min-width:640px) {
.c-article__thumbnail {
margin-bottom: 5px;
margin-right: 10px;
max-width: 50%;
float: left;
}
}
.c-article__btn {
display: inline-block;
padding-bottom: 4px;