summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/website.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/css/website.css b/css/website.css
index 6388c3a..a79cf03 100644
--- a/css/website.css
+++ b/css/website.css
@@ -169,7 +169,13 @@ body {
margin: 5px 5px;
flex-wrap: wrap;
display: flex;
- gap: 25px;
+ gap: 40px;
+}
+
+.stack
+{
+ display: flex;
+ flex-direction: column;
}
/* mobile */