Skip to content

Commit dc81769

Browse files
committed
deploy: e41c2e6
1 parent fab9acf commit dc81769

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

navbar.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,8 @@ <h4 class="light" style="line-height: 1.25; color: var(--md-sys-color-primary)">
383383
</p>
384384
<h3 class="header">Right Aligned Links</h3>
385385
<p>
386-
To right align your navbar links, just add a <code class="language-html">right</code> class to your
387-
<code class="language-html">
388-
<xmp><ul></ul></xmp>
389-
</code>
386+
To right align your navbar links, just add a <code class="language-html">right</code> class to the
387+
<code class="language-html">ul</code>
390388
that contains them.
391389
</p>
392390
<nav>
@@ -427,10 +425,8 @@ <h3 class="header">Right Aligned Links</h3>
427425
<div id="left" class="section scrollspy">
428426
<h3 class="header">Left Aligned Links</h3>
429427
<p>
430-
To left align your navbar links, just add a <code class="language-html">left</code> class to your
431-
<code class="language-html">
432-
<xmp><ul></ul></xmp>
433-
</code>
428+
To left align your navbar links, just add a <code class="language-html">left</code> class to the
429+
<code class="language-html">ul</code>
434430
that contains them.
435431
</p>
436432
<nav>
@@ -472,10 +468,10 @@ <h3 class="header">Left Aligned Links</h3>
472468
<h3 class="header">Centering the logo</h3>
473469
<p>
474470
The logo will center itself on medium and down screens, but if you want the logo to always be centered, add the <code class="language-html">center</code> class to
475-
your
471+
your
476472
<code class="language-html">
477-
<xmp><a class="brand-logo"></a></xmp></code
478-
>. You will have to make sure yourself that links do not overlap if you use this.
473+
&lt;a class=&quot;brand-logo&quot;&gt;&lt;/a&gt;
474+
</code>. You will have to make sure yourself that links do not overlap if you use this.
479475
</p>
480476
<nav>
481477
<div class="nav-wrapper">

0 commit comments

Comments
 (0)