Skip to content

Commit

Permalink
Update navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 3, 2020
1 parent 001653f commit 8b7fa2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/header/color-scheme-switcher.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<form class="color-scheme-switcher mx-1">
<form class="color-scheme-switcher mr-2">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="colorSchemeSwitcher">
<label class="form-check-label text-light" for="colorSchemeSwitcher" id="colorSchemeSwitcherLable">
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/header/language-switcher.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li class="nav-item mx-1">
<li class="nav-item ml-1 mr-2">
<a class="nav-link" tabindex="0" data-trigger="focus" data-container="#languageSwitcher" data-toggle="popover"
data-placement="bottom" data-target="#languagesPopoverBody" data-html="true">
<i class="fas fa-fw fa-language" ></i>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/header/palette-switcher.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- $palettes := slice "blue" "blue gray" "brown" "cyan" "gray" "green" "indigo" "orange" "pink" "purple" "red" "teal" "yellow" -}}
<li class="nav-item mx-1">
<li class="nav-item mr-2">
<a class="nav-link" tabindex="0" data-trigger="focus" data-container="#paletteSwitcher" data-toggle="popover" data-placement="bottom"
data-target="#palettesPopoverBody" data-html="true">
<i class="fas fa-fw fa-palette" ></i>
Expand Down

0 comments on commit 8b7fa2c

Please sign in to comment.