summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-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;
}