Reduce padding

This commit is contained in:
Oliver Walters 2019-05-09 17:49:05 +10:00
parent 9fc6268558
commit 6c4b5731db

View File

@ -87,8 +87,8 @@
.part-thumb {
width: 200px;
height: 200px;
margin: 5px;
padding: 5px;
margin: 2px;
padding: 3px;
object-fit: contain;
}