Skip to content

Commit

Permalink
feat(style): match link space in header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Apr 1, 2017
1 parent 13dc144 commit 9286c63
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _app/assets/themes/curtana/_less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@

// Main navigation
@nav-padding: 1.4vmax;
@nav-item-space: 1vmax;
.navigation {
padding-top: @nav-padding;
padding-bottom: @nav-padding;
margin-right: -1.1em;
margin-left: -1.1em;
margin-right: -@nav-item-space;
margin-left: -@nav-item-space;
font-size: 60%;
font-weight: bold;
letter-spacing: .45em;
Expand All @@ -31,7 +32,7 @@
list-style: none;

a {
padding: .5em 1.2em;
padding: .5em @nav-item-space;

&:hover,
&:focus {
Expand Down Expand Up @@ -846,7 +847,7 @@ body:hover .latest {
display: inline;

&:after {
padding: 0 .6vw;
padding: 0 @nav-item-space;
content: " / ";
opacity: .3;
}
Expand Down

0 comments on commit 9286c63

Please sign in to comment.