Needs fixed size for placeholder thumbnail

This commit is contained in:
James Barnsley
2019-08-09 16:48:48 +12:00
parent 88a88bd2a5
commit 9e5dbdfa8f
4 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,7 @@
.thumbnail {
width: 30vh;
padding-bottom: 100%;
display: inline-block;
}