diff --git a/app/less/header.less b/app/less/header.less index 7e21127a..63a396fe 100755 --- a/app/less/header.less +++ b/app/less/header.less @@ -56,6 +56,18 @@ header { &.selected { background-color: @bgBlack; } + + .menu-item-label { + @media screen and (min-width: 541px) { + margin-left: 1em; + } + @media screen and (max-width: 540px) { + margin-left: 0.5em; + } + @media screen and (max-width: 520px) { + display: none; + } + } } .menu-list { diff --git a/app/views/_header.html b/app/views/_header.html index d3598777..04ec2a5c 100755 --- a/app/views/_header.html +++ b/app/views/_header.html @@ -7,8 +7,8 @@ @@ -16,7 +16,7 @@