Skip to content

Commit eac3a7c

Browse files
reverse h3 and h2 in book-club.html
1 parent 0d10a58 commit eac3a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book-club.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ <h1><strong>Black Python Devs Book Club: A Community of Readers and Learners</st
1515

1616
<p>The club's leadership is dedicated to building a vibrant and engaging community for everyone. Our initiative aligns with BPD's overall mission to increase participation, empower our members, and provide opportunities for professional growth.</p>
1717

18-
<h3><strong>Books Completed:</strong></h3>
18+
<h2><strong>Books Completed:</strong></h2>
1919

2020
{% for book in site.data.books %}
2121
<div class="book">
22-
<h2>{{ book.title }}</h2>
22+
<h3>{{ book.title }}</h3>
2323
<p><strong>Author:</strong> {{ book.author }}</p>
2424

2525
<h4>Reviews</h4>

0 commit comments

Comments
 (0)