<%= strip_tags(organization_description_label) %>
diff --git a/decidim-core/app/packs/stylesheets/decidim/_footer.scss b/decidim-core/app/packs/stylesheets/decidim/_footer.scss index a190230986dd0..5d0734e545c0a 100644 --- a/decidim-core/app/packs/stylesheets/decidim/_footer.scss +++ b/decidim-core/app/packs/stylesheets/decidim/_footer.scss @@ -5,6 +5,14 @@ footer { &__top { @apply hidden lg:flex flex-row gap-8 container py-10; } + + &__text { + @apply text-sm text-white prose; + + &__bold { + @apply font-bold; + } + } &__down { @apply border-t border-black flex flex-wrap items-center gap-6 container py-6 text-white; diff --git a/decidim-core/app/views/layouts/decidim/footer/_main_intro.html.erb b/decidim-core/app/views/layouts/decidim/footer/_main_intro.html.erb index e5860e20edefe..59eedd8d00bb9 100644 --- a/decidim-core/app/views/layouts/decidim/footer/_main_intro.html.erb +++ b/decidim-core/app/views/layouts/decidim/footer/_main_intro.html.erb @@ -3,7 +3,7 @@ <%= image_tag current_organization.attached_uploader(:official_img_footer).url, alt: current_organization_name, class: "max-h-16" %> <% end %> <% end %> -
<%= t("decidim.pages.home.footer_sub_hero.footer_sub_hero_headline", organization: current_organization_name) %>
-<%= organization_description_label %>
+