Skip to content

Commit

Permalink
SWOT volny#4
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisHamadej committed Mar 5, 2023
1 parent a43353f commit 0e40d0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" style="list-style-type: none">
<li style="list-style-type: none">
<ul class="nav navbar-nav navbar-right">
<li class="nostyle">
<a class="page-scroll" href="#about">O nás</a>
</li>
<li style="list-style-type: none">
<li class="nostyle">
<a class="page-scroll" href="#services">Požiadavky</a>
</li>
<li style="list-style-type: none">
<li class="nostyle">
<a class="page-scroll" href="#portfolio">Zadania</a>
</li>
<li style="list-style-type: none">
<li class="nostyle">
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
Expand Down
4 changes: 4 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ li {
display: block
}

li.nostyle {
list-style-type: none;
}

li:before {
content: counters(item, ".") " ";
counter-increment: item
Expand Down

0 comments on commit 0e40d0d

Please sign in to comment.