From: Julien Déramond Date: Tue, 1 Jul 2025 20:53:44 +0000 (+0200) Subject: Fix missing space between classes in Navbars example X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fce97c4b2bc59d371a0d9644f4efa3c7e4f1b86;p=thirdparty%2Fbootstrap.git Fix missing space between classes in Navbars example --- 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.