mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Fix order of icons and text on frontpage
This commit is contained in:
parent
0e47e06db1
commit
dd830bd22b
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
||||||
= t(".already_member")
|
= t(".already_member")
|
||||||
= link_to t("voc.login"), new_user_session_path
|
= link_to t("voc.login"), new_user_session_path
|
||||||
.row.my-5.my-sm-10
|
.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")
|
%h2.mb-4= t(".questions.header")
|
||||||
= t(".questions.body_html", app_name: APP_CONFIG["site_name"])
|
= 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
|
.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
|
%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"])
|
= t(".discussions.body_html", app_name: APP_CONFIG["site_name"])
|
||||||
|
|
||||||
.row.my-5.my-sm-10
|
.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")
|
%h2.mb-4= t(".share.header")
|
||||||
= t(".share.body_html", app_name: APP_CONFIG["site_name"])
|
= 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
|
.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
|
%i.fa.fa-share.align-self-center.mb-5.mb-sm-0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue