From dd830bd22b9795f9f2bdec666ef3a22b27ef5422 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Wed, 4 Jan 2023 23:56:42 +0100 Subject: [PATCH] Fix order of icons and text on frontpage --- app/views/about/index.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml index 7c1561fb..87bf9d14 100644 --- a/app/views/about/index.html.haml +++ b/app/views/about/index.html.haml @@ -12,10 +12,10 @@ = t(".already_member") = link_to t("voc.login"), new_user_session_path .row.my-5.my-sm-10 - .col-sm-6.order-12.order-sm-1.text-center.text-sm-right + .col-sm-6.order-5.order-sm-1.text-center.text-sm-right %h2.mb-4= t(".questions.header") = t(".questions.body_html", app_name: APP_CONFIG["site_name"]) - .col-sm-6.order-1.order-sm-12 + .col-sm-6.order-1.order-sm-5 .text-center.text-primary.d-flex.h-100.justify-content-center.fs-10 %i.fa.fa-envelope.align-self-center.mb-5.mb-sm-0 @@ -28,10 +28,10 @@ = t(".discussions.body_html", app_name: APP_CONFIG["site_name"]) .row.my-5.my-sm-10 - .col-sm-6.order-12.order-sm-1.text-center.text-sm-right + .col-sm-6.order-5.order-sm-1.text-center.text-sm-right %h2.mb-4= t(".share.header") = t(".share.body_html", app_name: APP_CONFIG["site_name"]) - .col-sm-6.order-1.order-sm-12 + .col-sm-6.order-1.order-sm-5 .text-center.text-primary.d-flex.h-100.justify-content-center.fs-10 %i.fa.fa-share.align-self-center.mb-5.mb-sm-0