home-big-thumbnal on mobile

This commit is contained in:
infeeeee
2019-10-04 15:51:52 +02:00
parent 86bc0e72b7
commit be6fc66034
3 changed files with 12 additions and 2 deletions

View File

@@ -1871,6 +1871,11 @@ $padd: 2rem;
padding: 0;
img.attachment-single-thumbnail {
//use home-big-thumbnail on mobile
display: none;
}
img.attachment-home-big-thumbnail {
// post thumbnail on home
height: 75vh;
width: 100vw;
@@ -1972,9 +1977,13 @@ $padd: 2rem;
bottom: 0;
width: 100%;
img.attachment-home-big-thumbnail {
display: none;
}
img.attachment-single-thumbnail {
// post thumbnail on home
display: block;
object-fit: cover;
padding: 0;