Fix order of icons and text on frontpage
This commit is contained in:
parent
0e47e06db1
commit
dd830bd22b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue