In wide layout, columnize Mastodon features on landing page (#6674)

This commit is contained in:
Eugen Rochko
2018-03-07 08:59:27 +01:00
committed by GitHub
parent cfa9b6e13a
commit 8de048fcdb
2 changed files with 18 additions and 9 deletions

View File

@ -103,8 +103,10 @@
- if Setting.timeline_preview
.column-4.landing-page__information
.landing-page__features
%h3= t 'about.what_is_mastodon'
%p= t 'about.about_mastodon_html'
.features-list
%div
%h3= t 'about.what_is_mastodon'
%p= t 'about.about_mastodon_html'
= render 'features'