Improve code readability

This commit is contained in:
Michael Rose
2016-03-21 16:36:24 -04:00
parent 4df2367e1c
commit d541d45c9c
19 changed files with 213 additions and 25 deletions

View File

@@ -110,6 +110,7 @@ body:hover .visually-hidden button {
display: block;
margin-left: auto;
margin-right: auto;
@include breakpoint($small) {
float: left;
margin-right: 1em;
@@ -122,6 +123,7 @@ body:hover .visually-hidden button {
display: block;
margin-left: auto;
margin-right: auto;
@include breakpoint($small) {
float: right;
margin-left: 1em;
@@ -218,6 +220,7 @@ $navicon-height : 4px;
position: -webkit-sticky;
position: sticky;
top: 3em;
> * {
display: block;
}
@@ -249,4 +252,4 @@ $navicon-height : 4px;
margin-bottom: 0;
font-size: 14px;
}
}
}