Capitalize menu items
// FREEBIE
This commit is contained in:
parent
636c0f2a60
commit
bc9436f90d
2 changed files with 3 additions and 1 deletions
|
@ -91,6 +91,7 @@ button.back {
|
|||
position: relative;
|
||||
float: right;
|
||||
height: 36px;
|
||||
text-transform: capitalize;
|
||||
|
||||
.hamburger {
|
||||
width: $header-height;
|
||||
|
|
|
@ -85,7 +85,8 @@ button.back {
|
|||
.menu {
|
||||
position: relative;
|
||||
float: right;
|
||||
height: 36px; }
|
||||
height: 36px;
|
||||
text-transform: capitalize; }
|
||||
.menu .hamburger {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
|
|
Loading…
Reference in a new issue