Skip to content

Commit

Permalink
Fixed icons and some CSS issues 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallyakash committed Jun 22, 2021
1 parent 37018c5 commit fc4d2e7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

.docs-links .nav-pills a {
color: black;
font-size: 14px;
}

.docs-links .nav-pills {
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2 class="text-center text-md-left">
<div id="documentation" class="documentation">
<div class="row">

<nav class="col-md-3 d-none d-md-block d-lg-block col-sm-none docs-links" id="myScrollspy">
<nav class="col-md-2 d-none d-md-block d-lg-block col-sm-none docs-links" id="myScrollspy">
<ul class="nav nav-pills flex-column mt-5">
<li class="nav-item">
<a class="nav-link active" href="#introduction">Introduction</a>
Expand Down Expand Up @@ -113,7 +113,7 @@ <h2 class="text-center text-md-left">
</ul>
</nav>

<div class="col-md-9 col-sm-12 docs mt-5 shadow-sm">
<div class="col-md-10 col-sm-12 docs mt-5 shadow-sm">
<div class="docs-section" id="introduction">
<h2 class="docs-title">Introduction</h2>

Expand Down
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions spacers/spacers.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@
}

.spacer-lock.locked .icon {
background-image: url('../assets/images/padlock-lock.svg');
background-image: url('icons/padlock-lock.svg');
}

.spacer-lock.unlocked .icon {
background-image: url('../assets/images/padlock-unlock.svg');
background-image: url('icons/padlock-unlock.svg');
}

0 comments on commit fc4d2e7

Please sign in to comment.