Merging changes from remote push

This commit is contained in:
2015-11-09 17:58:12 -06:00
parent 0b202e63fa
commit 2c05ce154b
3 changed files with 11 additions and 1 deletions

View File

@@ -294,6 +294,11 @@ Hides the menu at `48em`, but modify this based on your app's needs.
#layout.active .menu-link {
left: 150px;
}
.levelup-user {
width: 48%;
}
}
@media (max-width: 48em) {
@@ -307,4 +312,8 @@ Hides the menu at `48em`, but modify this based on your app's needs.
position: relative;
left: 150px;
}
.levelup-user {
width: 98%;
}
}