From 9fce97c4b2bc59d371a0d9644f4efa3c7e4f1b86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julien=20D=C3=A9ramond?= Date: Tue, 1 Jul 2025 22:53:44 +0200 Subject: [PATCH] Fix missing space between classes in Navbars example --- site/src/assets/examples/navbars/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/assets/examples/navbars/index.astro b/site/src/assets/examples/navbars/index.astro index c48993f8d2..63d65ffb4c 100644 --- a/site/src/assets/examples/navbars/index.astro +++ b/site/src/assets/examples/navbars/index.astro @@ -435,7 +435,7 @@ export const extra_css = ['navbars.css']
-
+

Navbar examples

This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a .container. For positioning of navbars, checkout the top and fixed top examples.

-- 2.47.2