Merge pull request #2320 from bookwyrm-social/announcement-size
Remove extra whitespace in announcements
This commit is contained in:
commit
eb07deadf2
2 changed files with 5 additions and 5 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue