diff --git a/site/index.html b/site/index.html
index 878d008..ac64fd1 100644
--- a/site/index.html
+++ b/site/index.html
@@ -17,8 +17,13 @@
diff --git a/site/styles.css b/site/styles.css
index 81c4000..c7f8cc6 100644
--- a/site/styles.css
+++ b/site/styles.css
@@ -48,7 +48,8 @@ h1 {
nav {
display: flex;
justify-content: center;
- gap: 2rem;
+ column-gap: 2rem;
+ row-gap: 0.5rem;
flex-wrap: wrap;
}