Skip to content

Commit f62c1a8

Browse files
fix: Improve layout of community boxes
1 parent 777f3ba commit f62c1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/our_communities.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub fn OurCommunities() -> impl IntoView {
1515
<span class="font-work-sans font-light">"Unete a nuestra "</span>
1616
<span class="font-alfa-slab text-orange-500">"Comunidad"</span>
1717
</h2>
18-
<div class="flex items-center gap-x-12 gap-y-6 flex-col sm:flex-row">
18+
<div class="flex items-center gap-x-12 gap-y-6 flex-col *:w-full sm:flex-row">
1919
<ButtonLink
2020
href="https://discord.gg/4ng5HgmaMg"
2121
shadow="box"

0 commit comments

Comments
 (0)