summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index 12bbb8e..f384e6f 100644
--- a/style.css
+++ b/style.css
@@ -205,12 +205,21 @@ article {
/* margin: auto; */
}
+.thumb .thumbnail {
+ height: 20vh;
+}
+
+article .thumbnail {
+ height: 30vh;
+}
+
.thumbnail {
filter: drop-shadow(0px 0px 4px #e3b69b);
border: 4px groove #800080;
background-color: #06360f;
/* aspect-ratio: 16 / 10; */
width: auto;
+ box-sizing: border-box;
max-width: min(100%, 100vw);
padding: 0vw;
}