summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-09-25 23:49:04 +0200
committerpdp8 <pdp8@pdp8.info>2024-09-25 23:49:04 +0200
commite3d8320c7d416219babc9dc46981e9e3f06dfaeb (patch)
treeda5cce379a8aedc0f7ccb18ceb7f49dde31b57a0 /html/style.css
parentfdf16740af88ffa1d820dd86565e945eeb551072 (diff)
gallery layoutHEADmaster
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/style.css b/html/style.css
index eda1548..5331ff7 100644
--- a/html/style.css
+++ b/html/style.css
@@ -99,7 +99,8 @@ footer {
.gallery {
display: flex;
- flex-wrap: wrap;
+ flex-wrap: nowrap;
+ flex-direction: column;
margin: 1em;
}