1
0
Fork 0

Merge pull request #2320 from bookwyrm-social/announcement-size

Remove extra whitespace in announcements
This commit is contained in:
Mouse Reeve 2022-10-20 20:56:52 -07:00 committed by GitHub
commit eb07deadf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -168,7 +168,7 @@
</nav>
{% if request.user.is_authenticated and active_announcements.exists %}
<div class="block is-flex-grow-1">
<div class="is-flex-grow-1">
<div class="container">
{% for announcement in active_announcements %}
{% include 'snippets/announcement.html' with announcement=announcement %}