mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-30 03:50:40 +00:00
Remove spacing between publisher info blocks.
This commit is contained in:
parent
66c72c8b41
commit
415d6c4e3f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
{% with book=book %}
|
{% with book=book %}
|
||||||
<div class="columns is-multiline">
|
<div class="columns is-multiline">
|
||||||
<div class="column is-half content">
|
<div class="column is-half">
|
||||||
{% include 'book/publisher_info.html' %}
|
{% include 'book/publisher_info.html' %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue