aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Tropical <42101043+Tropix126@users.noreply.github.com> 2022-07-07 05:26:01 +0000
committerGravatar GitHub <noreply@github.com> 2022-07-07 05:26:01 +0000
commit47498eb375ddca220973d983ababb5d2e7969c4f (patch)
treef96f774ef11a8b630c390d310314336aac5a8e4f
parentc78c810294b90d5683e864f2a6411e486147886b (diff)
downloadbun-47498eb375ddca220973d983ababb5d2e7969c4f.tar.gz
bun-47498eb375ddca220973d983ababb5d2e7969c4f.tar.zst
bun-47498eb375ddca220973d983ababb5d2e7969c4f.zip
properly style inner navigation ulist
-rw-r--r--packages/bun-landing/index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/bun-landing/index.css b/packages/bun-landing/index.css
index caea8ec9f..fde6270c1 100644
--- a/packages/bun-landing/index.css
+++ b/packages/bun-landing/index.css
@@ -96,7 +96,8 @@ header {
.subtitle {
font-size: 1.2rem;
}
-nav {
+
+.Navigation ul {
white-space: nowrap;
display: flex;
gap: 2rem;