Update theme files in /docs

This commit is contained in:
Michael Rose
2017-02-21 10:08:09 -05:00
parent 474c5c61a2
commit 0f4036b797
13 changed files with 174 additions and 105 deletions

View File

@ -14,6 +14,10 @@
&__inner-wrap {
@include container;
@include clearfix;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
padding: 1em 1em 1em;
font-family: $sans-serif-narrow;
@ -31,7 +35,27 @@
}
}
.site-title {
display: -webkit-box;
display: flex;
padding: 0.5rem 0;
align-self: stretch;
-webkit-box-align: center;
align-items: center;
font-weight: bold;
z-index: 20;
}
.masthead__menu {
width: 100%;
.site-nav {
margin-left: 0;
@include breakpoint($small) {
float: right;
}
}
ul {
margin: 0;