Adjust height of navigation toggle

This commit is contained in:
Michael Rose
2018-08-10 08:54:56 -04:00
parent f9c418c740
commit 623ac4a650
2 changed files with 4 additions and 2 deletions

View File

@@ -200,8 +200,9 @@
}
&__toggle {
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-item-align: center;
align-self: center;
height: $nav-toggle-height;
border: 0;
outline: none;
color: #fff;