Added "Apps" link on home page, updated responsiveness
This commit is contained in:
parent
328faded44
commit
4d458d5778
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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?
|
||||||
|
|
Loading…
Reference in New Issue