]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix missing space between classes in Navbars example
authorJulien Déramond <juderamond@gmail.com>
Tue, 1 Jul 2025 20:53:44 +0000 (22:53 +0200)
committerJulien Déramond <juderamond@gmail.com>
Tue, 1 Jul 2025 20:53:44 +0000 (22:53 +0200)
site/src/assets/examples/navbars/index.astro

index c48993f8d2177d59d616820538e4116f26dbe6ab..63d65ffb4c50b234ba39571b8b34ee0ec7d73cd9 100644 (file)
@@ -435,7 +435,7 @@ export const extra_css = ['navbars.css']
     </nav>
 
     <div>
-      <div class="bg-body-tertiaryp-5 rounded">
+      <div class="bg-body-tertiary p-5 rounded">
         <div class="col-sm-8 mx-auto">
           <h1>Navbar examples</h1>
           <p>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 <code>.container</code>. For positioning of navbars, checkout the <a href={getVersionedDocsPath('/examples/navbar-static/')}>top</a> and <a href={getVersionedDocsPath('/examples/navbar-fixed/')}>fixed top</a> examples.</p>