Added "Apps" link on home page, updated responsiveness

This commit is contained in:
mgabdev 2019-07-30 23:04:05 -04:00
parent 328faded44
commit 4d458d5778
2 changed files with 4 additions and 0 deletions

View File

@ -360,6 +360,9 @@
} }
@media screen and (max-width: 550px) { @media screen and (max-width: 550px) {
font-size: 12px;
padding: 12px 10px;
&.optional { &.optional {
display: none; display: none;
} }

View File

@ -13,6 +13,7 @@
= link_to t('home'), root_url, class: 'nav-link optional' = link_to t('home'), root_url, class: 'nav-link optional'
= link_to t('about.about_this'), about_path, class: 'nav-link' = link_to t('about.about_this'), about_path, class: 'nav-link'
= link_to 'Invest', 'https://invest.gab.com', class: 'nav-link' = link_to 'Invest', 'https://invest.gab.com', class: 'nav-link'
= link_to 'Apps', 'https://apps.gab.com', class: 'nav-link'
.nav-center .nav-center
.nav-right .nav-right
- if user_signed_in? - if user_signed_in?