Line 12: | Line 12: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.menu_wrapper { | .menu_wrapper { | ||
− | width: | + | width:100%; |
height:100vh; | height:100vh; | ||
position:fixed; | position:fixed; | ||
Line 23: | Line 23: | ||
/* styling for the menu items */ | /* styling for the menu items */ | ||
.menu_item { | .menu_item { | ||
− | width: | + | width:10%; |
+ | float:left; | ||
margin:-2px 0px 0px -20px; | margin:-2px 0px 0px -20px; | ||
padding: 10px 10px; | padding: 10px 10px; |
Revision as of 23:23, 17 October 2016