about summary refs log tree commit diff
path: root/app/views/about
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-08-10 06:43:02 +0200
committerGitHub <noreply@github.com>2018-08-10 06:43:02 +0200
commit5b8603879f06573d51c5c33edda6f410d1af7a02 (patch)
tree3c6bdeb0b31989c47f4e0c7ae8f6165ba5dd3e89 /app/views/about
parent8c279b1648fc0a07b5c5d4a0e18526bcb51c7700 (diff)
Adjust responsive design for /about/more and /terms (#8158)
Follow-up to #8142
Diffstat (limited to 'app/views/about')
-rw-r--r--app/views/about/more.html.haml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/about/more.html.haml b/app/views/about/more.html.haml
index 9e042ca73..8411cd276 100644
--- a/app/views/about/more.html.haml
+++ b/app/views/about/more.html.haml
@@ -29,14 +29,16 @@
 
   .column-2
     .landing-page__information.contact-widget
-      %p= t 'about.administered_by'
+      %p
+        %strong= t 'about.administered_by'
 
       = account_link_to(@instance_presenter.contact_account)
 
       - if @instance_presenter.site_contact_email.present?
         %p.contact-widget__mail
-          = succeed ':' do
-            = t 'about.contact'
+          %strong
+            = succeed ':' do
+              = t 'about.contact'
           %br/
           = mail_to @instance_presenter.site_contact_email, nil, title: @instance_presenter.site_contact_email