Skip to content

Commit ba2c99f

Browse files
authored
Fix announcements link text wrapping on community page (boostorg#1935)
1 parent f27308a commit ba2c99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/community.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="p-6 bg-white md:rounded-lg md:shadow-lg dark:text-white text-slate dark:bg-charcoal dark:bg-neutral-700">
1313
<h5 class="text-2xl leading-tight text-orange">Mailing List / Forum</h5>
1414
<p class="py-1 my-2 border-b pb-4 border-gray-700 text-slate dark:text-white">Discover the Boost library community with options tailored to developers, casual users, and enthusiasts.</p>
15-
<div class="grid grid-cols-2 lg:grid-cols-4">
15+
<div class="grid grid-cols-2">
1616
<a href="https://lists.boost.org/mailman3/lists/boost.lists.boost.org/" class="px-2 py-3 text-center rounded-lg cursor-pointer hover:bg-gray-100 group dark:hover:bg-slate text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">
1717
<h6 class="pb-1 text-sm md:text-base">Developers</h6>
1818
<i class="fa fa-helmet-safety"></i>

0 commit comments

Comments
 (0)