Capitalize menu items

// FREEBIE
This commit is contained in:
lilia 2016-02-19 11:27:01 -08:00
parent 636c0f2a60
commit bc9436f90d
2 changed files with 3 additions and 1 deletions

View file

@ -91,6 +91,7 @@ button.back {
position: relative;
float: right;
height: 36px;
text-transform: capitalize;
.hamburger {
width: $header-height;

View file

@ -85,7 +85,8 @@ button.back {
.menu {
position: relative;
float: right;
height: 36px; }
height: 36px;
text-transform: capitalize; }
.menu .hamburger {
width: 36px;
height: 36px;