Skip to content

Commit

Permalink
#2678 wrapper div of class columns added to homepage element issue_bl…
Browse files Browse the repository at this point in the history
…ock, as used in other homepage elements
  • Loading branch information
StephDriver authored and ajrbyers committed May 10, 2024
1 parent d90da8d commit 2430134
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<section>
<div class="row">
{% include 'elements/journal/issue_top.html' %}
{% include 'elements/journal/issue_block.html' %}
<div class="columns">
{% include 'elements/journal/issue_top.html' %}
{% include 'elements/journal/issue_block.html' %}
</div>
</div>
</section>

0 comments on commit 2430134

Please sign in to comment.