about summary refs log tree commit diff
path: root/app/views/about
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-03-07 08:59:27 +0100
committerGitHub <noreply@github.com>2018-03-07 08:59:27 +0100
commit8de048fcdb328167922f3056e460afc6f055cb8d (patch)
tree3d1c1ecfd131ca46446a0c483b4aaecfb4d81307 /app/views/about
parentcfa9b6e13ab3c434f3901df6f614d0aa94a3d1ed (diff)
In wide layout, columnize Mastodon features on landing page (#6674)
Diffstat (limited to 'app/views/about')
-rw-r--r--app/views/about/show.html.haml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml
index 4f3cedacd..d067d4874 100644
--- a/app/views/about/show.html.haml
+++ b/app/views/about/show.html.haml
@@ -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'