File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 < div class ="mx-auto max-w-4xl ">
33 < h1 class ="mb-4 text-center text-3xl font-bold "> {{ 'about.title' | transloco }}</ h1 >
44 < p class ="mb-10 text-center text-(--color-muted) "> {{ 'about.description' | transloco }}</ p >
5- < ul class ="grid list-none grid-cols-2 gap-8 p-0 ">
5+ < ul class ="grid list-none grid-cols-1 gap-8 p-0 sm:grid-cols-2 ">
66 @for (member of members; track member.name) {
77 < li
88 class ="flex flex-col items-center gap-4 rounded-(--radius) border border-(--border) bg-(--surface) p-8 text-center "
@@ -17,7 +17,7 @@ <h1 class="mb-4 text-center text-3xl font-bold">{{ 'about.title' | transloco }}<
1717 < div >
1818 < p class ="text-lg font-semibold "> {{ member.name }}</ p >
1919 < p class ="mt-1 text-(--color-muted) "> {{ 'about.role' | transloco }}</ p >
20- < div class ="mt-3 flex justify- center gap-3 ">
20+ < div class ="mt-3 flex flex-col items- center gap-3 sm:flex-row sm:justify-center ">
2121 @if (member.github) {
2222 < a
2323 [href] ="member.github "
You can’t perform that action at this time.
0 commit comments