updated nav-bar spacing

This commit is contained in:
bill bittner 2018-07-11 16:42:40 -07:00
parent a74ffdb782
commit 5c62b98d53
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ $failure-color: red;
$primary-padding: 3em;
$secondary-padding: 2em;
$tertiary-padding: 1em;
$thin-padding: 0.3em;
$full-width-thin-padding: calc(100% - 0.6em);

View file

@ -8,7 +8,7 @@
}
.nav-bar-link {
padding: $secondary-padding;
padding: calc(1em - 2px);
display: inline-block;
}