Minor css fixes

This commit is contained in:
Kenneth Jao 2017-04-08 14:20:08 -04:00
parent 0c18d7f5a5
commit 1347bf5ef5
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,3 @@
<template name="mProfile">
</template>

View File

@ -31,7 +31,8 @@ Router.route('/', {
} else {
Session.set("user", Meteor.user().profile);
if(Meteor.Device.isPhone()) {
this.render("mobile");
//this.render("mobile");
this.render("mProfile");
} else {
this.render("main");
}