summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/html/style.css b/html/style.css
index da1be1b..eda1548 100644
--- a/html/style.css
+++ b/html/style.css
@@ -73,7 +73,7 @@ td {
img,
video {
max-height: 80vh;
- max-width: 95vw;
+ max-width: 90vw;
object-fit: contain;
margin: 0 auto
}
@@ -100,12 +100,17 @@ footer {
.gallery {
display: flex;
flex-wrap: wrap;
+ margin: 1em;
}
-.thumb {
+.gallery img {
margin: 0.25em;
}
+/* .thumb { */
+/* margin: 0.25em; */
+/* } */
+
.cover {
max-height: min(50vh, 90vw);
max-width: min(50vh, 90vw);