Skip to content

Commit 4a31422

Browse files
authored
Merge branch 'main' into tailwindcss-grid-about
2 parents 17fbc69 + 4025ecf commit 4a31422

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

frontend/about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: About Us
1212
registered in Queensland and have a dedicated team of organizers.
1313
</p>
1414
<h3 class="text-center text-xl font-semibold mb-3"><span aria-hidden="true">📄</span> A More Detailed Look at Brisbane Social Chess</h3>
15-
<ul class="list-disc list-inside space-y-3">
15+
<ul class="list-disc list-inside space-y-3 text-base">
1616
<li><strong>Focus:</strong> We emphasize social interaction and fun, making it a welcoming space for players of all skill levels.</li>
1717
<li><strong>Community Driven:</strong> We encourage community participation in various aspects, including website development,
1818
Discord server management, and event organization.
@@ -172,7 +172,7 @@ title: About Us
172172
</h3>
173173
<div class="flex flex-wrap justify-center items-start md:items-end gap-6 mb-8">
174174
<a href="https://github.com/BaseMax" class="flex flex-col items-center text-center team-role team-role-lead-developer text-team-role-lead-developer">
175-
<img class="w-35 md:w-50 lg:w-[300px] aspect-square rounded-full object-cover mb-2" src="{{ '/assets/avatars/basemax.jpeg' | url }}" alt="Max Base avatar" />
175+
<img class="w-32 md:w-48 lg:w-[300px] aspect-square rounded-full object-cover mb-2" src="{{ '/assets/avatars/basemax.jpeg' | url }}" alt="Max Base avatar" />
176176
<span class="font-medium">Max Base</span>
177177
<span class="github">@BaseMax</span>
178178
</a>
@@ -225,7 +225,7 @@ title: About Us
225225
</h3>
226226
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-6 justify-items-center">
227227
<a href="https://github.com/therealnugget" class="flex flex-col items-center text-center team-role team-role-coordinator text-team-role-coordinator">
228-
<img class="w-32 md:w-40 lg:w-[225px] aspect-square rounded-full object-cover mb-2" src="{{ '/assets/avatars/therealnugget.jpeg' | url }}" alt="therealnugget avatar" />
228+
<img class="w-32 md:w-48 lg:w-[300px] aspect-square rounded-full object-cover mb-2" src="{{ '/assets/avatars/therealnugget.jpeg' | url }}" alt="therealnugget avatar" />
229229
<span class="font-medium">Thomas</span>
230230
<span class="github">@therealnugget</span>
231231
</a>

frontend/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Club Rules & Code of Conduct
99
<p class="text-center mb-6">
1010
<strong>Brisbane Social Chess Inc IA4682418 ABN 20129327738</strong>
1111
</p>
12-
<ol class="list-decimal list-inside space-y-3 text-sm leading-relaxed">
12+
<ol class="list-decimal list-inside space-y-3 text-base leading-relaxed">
1313
<li>The name of the incorporated association is Brisbane Social Chess Inc. (‘the club’).</li>
1414
<li>
1515
The objects of the club are to a) Promote the playing of chess in person in amenable surroundings in and around the City of

frontend/terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Terms & Conditions
66

77
<section class="px-4 max-w-3xl">
88
<h2 class="text-center text-xl md:text-2xl font-semibold mb-3">Terms & Conditions</h2>
9-
<ul class="list-decimal list-inside ml-6 space-y-3 text-sm leading-relaxed">
9+
<ul class="list-decimal list-inside ml-6 space-y-3 text-base leading-relaxed">
1010
<li>We are a friendly, inclusive community - everyone is welcome.</li>
1111
<li>All members must follow the official club rules and behave respectfully.</li>
1212
<li>We are not responsible for belongings at meetups.</li>

0 commit comments

Comments
 (0)