diff --git a/client/components/nav/nav.html b/client/components/nav/nav.html index dfca7e19..81abd351 100644 --- a/client/components/nav/nav.html +++ b/client/components/nav/nav.html @@ -18,6 +18,25 @@ + +
+ {{#if userIs 'mentor'}} + + {{/if}} +
{{/if}} diff --git a/client/stylesheets/scss/components/_nav.scss b/client/stylesheets/scss/components/_nav.scss index db2023ff..4d998009 100644 --- a/client/stylesheets/scss/components/_nav.scss +++ b/client/stylesheets/scss/components/_nav.scss @@ -8,4 +8,11 @@ left: 90%; padding: 0.4em; } -} \ No newline at end of file +} + +@media only screen and (min-width: 768px) { + + #mobile-nav { + display: none; + } +} diff --git a/client/stylesheets/scss/components/_ticketPanel.scss b/client/stylesheets/scss/components/_ticketPanel.scss index 601931fe..fee2870a 100644 --- a/client/stylesheets/scss/components/_ticketPanel.scss +++ b/client/stylesheets/scss/components/_ticketPanel.scss @@ -2,6 +2,7 @@ text-align: center; .title { font-size: 1.8em; + line-height: 1.8em; margin-bottom: 12px; } .content { diff --git a/client/views/home/home.html b/client/views/home/home.html index 45e567bf..5ad12588 100644 --- a/client/views/home/home.html +++ b/client/views/home/home.html @@ -1,6 +1,5 @@