summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css
index 05e4964..1d5bfab 100644
--- a/html/style.css
+++ b/html/style.css
@@ -71,6 +71,16 @@ video {
margin-right: auto;
}
+.gallery {
+ margin: 1em;
+ flex-wrap: wrap;
+ display: flex
+}
+
+.thumb {
+ margin: 2px 3px;
+}
+
.cover {
max-height: min(50vh, 90vw);
max-width: min(50vh, 90vw);