summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-07-17 10:04:13 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2024-07-17 10:04:13 +0100
commit2476ed8bd64ea7335b6baf44ec1adbeb5169069c (patch)
treec926bca429ddb8605cc307df84237b188d24d393 /style.css
parentfb76f6581f199504e66125dad3f5ca5a7d4c7db6 (diff)
downloadinfoculture.pub-2476ed8bd64ea7335b6baf44ec1adbeb5169069c.tar.gz
infoculture.pub-2476ed8bd64ea7335b6baf44ec1adbeb5169069c.tar.bz2
infoculture.pub-2476ed8bd64ea7335b6baf44ec1adbeb5169069c.zip
genericise video player
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;
}