From 1c152f6cadf1e1514923e6dcd62797e6b43f2131 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sat, 23 Mar 2019 10:24:52 -0500 Subject: [PATCH] Add padding to thumbnails --- assets/css/default.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/default.css b/assets/css/default.css index 36dd8360..738be6a5 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -81,10 +81,13 @@ a.pure-button-primary:hover { } div.thumbnail { + padding: 28.125%; position: relative; + box-sizing: border-box; } img.thumbnail { + position: absolute; width: 100%; left: 0; top: 0;