[Mobile] Right Pane sets

Right pane sets the size of itself,
causing the left pane to re-adjust
to fit the screen based on it. Also
transitions work on the slide and the
fade in.
This commit is contained in:
Shivam Dave
2015-07-20 09:16:28 -07:00
parent 2614427e0e
commit 6e406fd060
5 changed files with 136 additions and 99 deletions

View File

@@ -2,10 +2,10 @@
.mobile-menu-icon {
display: inline-block;
@include phone {
font-size: 125%;
font-size: 25px;
}
@include tablet {
font-size: 175%;
font-size: 29px;
}
@include desktop {
display: none;