summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css3
1 files changed, 3 insertions, 0 deletions
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;