summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-08-18 16:10:01 +0200
committerpdp8 <pdp8@pdp8.info>2024-08-18 16:10:01 +0200
commitfdf16740af88ffa1d820dd86565e945eeb551072 (patch)
treefcc8991287a131f5477bb1e2cc2d660a18ebc7b1 /html
parent02877167870245be0986a2bb8af984c9eb3dc1dd (diff)
pictures synced to social outbox, albums removed
Diffstat (limited to 'html')
-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);