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;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
text-transform: capitalize;
|
||||||
|
|
||||||
.hamburger {
|
.hamburger {
|
||||||
width: $header-height;
|
width: $header-height;
|
||||||
|
|
|
@ -85,7 +85,8 @@ button.back {
|
||||||
.menu {
|
.menu {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
height: 36px; }
|
height: 36px;
|
||||||
|
text-transform: capitalize; }
|
||||||
.menu .hamburger {
|
.menu .hamburger {
|
||||||
width: 36px;
|
width: 36px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|
Loading…
Reference in a new issue