Skip to content

Commit

Permalink
removed extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
maitrakhatri committed Feb 6, 2022
1 parent 3fe9225 commit 1186286
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions CSS/Components/navigation/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@
<nav class="navbar bg-red">

<div class="navbar-header">

<a href="#"><p class="navbar-header-title text-l text-white">Navbar Title</p></a>

</div>

<div class="navbar-links">

<a href="#"><img src="../../../assets/download_white_36dp.svg" alt="download"></a>
<a href="#"><img src="../../../assets/print_white_36dp.svg" alt="print"></a>
<a href="#"><img src="../../../assets/bookmark_white_36dp.svg" alt="bookmark"></a>

</div>

</nav>
Expand Down
3 changes: 0 additions & 3 deletions docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -765,11 +765,9 @@ <h3 class="sub-section-title">Shadow</h3>
<div id="navigation" class="section">

<h2 class="section-title">Navigation</h2>

<h3 class="sub-section-title">Classic Navbar</h3>

<div class="component-container navbar-container">

<div class="navbar bg-red">

<div class="navbar-header">
Expand All @@ -787,7 +785,6 @@ <h3 class="sub-section-title">Classic Navbar</h3>
</div>

</div>

</div>

<div class="code-snippets">
Expand Down

0 comments on commit 1186286

Please sign in to comment.