summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css
index eda1548..5331ff7 100644
--- a/style.css
+++ b/style.css
@@ -99,7 +99,8 @@ footer {
.gallery {
display: flex;
- flex-wrap: wrap;
+ flex-wrap: nowrap;
+ flex-direction: column;
margin: 1em;
}