Commit ad3a2488 authored by Mark Otto's avatar Mark Otto
Browse files

set the direction to column (aka, vertical) for mobile views

parent bef1dd3d
Showing with 1 addition and 0 deletions
+1 -0
......@@ -6,6 +6,7 @@
.navbar {
position: relative;
display: flex;
flex-direction: column;
padding: $navbar-padding-y $navbar-padding-x;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment