Refine masthead

This commit is contained in:
Michael Rose
2016-04-03 21:23:24 -04:00
parent c9da12f79e
commit 7c1bddf704
6 changed files with 65 additions and 67 deletions

View File

@ -94,10 +94,6 @@ $link-color-hover : darken($link-color, 10);
$link-color-visited : lighten($link-color-hover, 20);
$link-color-focus : darken($link-color-visited, 10);
$border-radius : 4px;
$box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125);
/*
Breakpoints
@ -135,4 +131,14 @@ $susy: (
// output: overlay,
// toggle: top right,
// ),
);
);
/*
Other
========================================================================== */
$border-radius : 4px;
$box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125);
$navicon-width : 28px;
$navicon-height : 4px;