Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Social Follow, from container to row #738

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions assets/components/molecules/social/social-follow.twig
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<div class="bg-gray-100 py-5">
<div class="container">
<div class="social-share-container social-share-light">

<div class="social-share ">
<p class="social-share-text">
Suivez nous sur <span class="sr-only">les réseaux sociaux</span>
</p>
{% include '@atoms/social-icon/social-icon-link-group.twig' with { discrete: true, social_mastodon: true, social_tiktok: true } %}
</div>
<div class="row">
<div class="social-share-container social-share-light">

<div class="social-share ">
<p class="social-share-text">
Suivez nous sur <span class="sr-only">les réseaux sociaux</span>
</p>
{% include '@atoms/social-icon/social-icon-link-group.twig' with { discrete: true, social_mastodon: true, social_tiktok: true } %}
</div>

</div>
</div>
Loading