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

@ -175,8 +175,8 @@
a {
display: block;
margin: 0 20px;
padding: 10px 0;
margin: 0 1rem;
padding: 0.5rem 0;
color: $gray;
text-decoration: none;
@ -189,7 +189,7 @@
position: absolute;
height: 100%;
right: 0;
padding: 0 8px;
padding: 0 0.5rem;
border: 0;
outline: none;
background-color: $primary-color;
@ -198,10 +198,11 @@
}
.visible-links {
display: inline-table;
display: table;
li {
display: table-cell;
vertical-align: middle;
&:first-child {
font-weight: bold;