forgot to add display flex to the navbar, so utils weren't applying

This commit is contained in:
Mark Otto 2016-12-27 22:14:30 -08:00 committed by Mark Otto
parent 6645111e11
commit c14ba036c6

View File

@ -5,6 +5,7 @@
.navbar {
position: relative;
display: flex;
padding: $navbar-padding-y $navbar-padding-x;
}