diff options
author | pdp8 <pdp8@pdp8.info> | 2024-02-02 21:52:23 +0100 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2024-02-02 21:52:23 +0100 |
commit | 5df93a11a4447f31f275801c333bb2865a779377 (patch) | |
tree | f25e421d20e775b0a78ac18b4b2a6188d0881025 /html | |
parent | 9bc8be6e2660c9225420089ff00a1215c4928ef7 (diff) |
picture gallery
Diffstat (limited to 'html')
-rw-r--r-- | html/style.css | 10 |
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); |