summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-08-18 16:05:12 +0200
committerpdp8 <pdp8@pdp8.info>2024-08-18 16:05:12 +0200
commitad59cd03365a035960d503e6bfa208a22225b1d5 (patch)
tree5f45b13fc936dad0ebb348660f4ad87ce0eb105e /style.css
parent5ee7b0715f55a60f85cf6b2885dbd9fe9463441f (diff)
pictures synced to social outbox, albums removed
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/style.css b/style.css
index da1be1b..eda1548 100644
--- a/style.css
+++ b/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);