diff options
author | 2022-06-30 00:23:40 +0200 | |
---|---|---|
committer | 2022-06-30 00:23:40 +0200 | |
commit | e5ed03d810048742901892922bc413c8ff86c85a (patch) | |
tree | 28ef1b49c936ddd90cf57927984dde2571e57eb1 | |
parent | Fix ASGI specification link logo (diff) |
Fix missing space after FastAPI link card
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/9/frameworks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/9/frameworks.html b/pydis_site/templates/events/pages/code-jams/9/frameworks.html index 1d0ccf11..916f249b 100644 --- a/pydis_site/templates/events/pages/code-jams/9/frameworks.html +++ b/pydis_site/templates/events/pages/code-jams/9/frameworks.html @@ -17,7 +17,7 @@ If there is a library not listed below that you think should be here, you're welcome to discuss it with the Events Team over at <a href="https://discord.gg/HnGd3znxhJ">the server</a>. </p> - <div class="card mb"> + <div class="card mb-4"> <div class="card-content"> <div class="content"> <p class="subtitle">FastAPI</p> |