Add padding to thumbnails

This commit is contained in:
Omar Roth 2019-03-23 10:24:52 -05:00
parent 57c05354c2
commit 1c152f6cad

View file

@ -81,10 +81,13 @@ a.pure-button-primary:hover {
} }
div.thumbnail { div.thumbnail {
padding: 28.125%;
position: relative; position: relative;
box-sizing: border-box;
} }
img.thumbnail { img.thumbnail {
position: absolute;
width: 100%; width: 100%;
left: 0; left: 0;
top: 0; top: 0;