mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Fix layout
This commit is contained in:
parent
4a1a92257f
commit
2d938718bc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
<div class="announcements" v-if="announcements && announcements.length > 0">
|
||||
<article v-for="announcement in announcements">
|
||||
<span v-html="announcement.title" class="title"></span>
|
||||
<mfm :text="announcement.text"/>
|
||||
<div><mfm :text="announcement.text"/></div>
|
||||
<img v-if="announcement.image" :src="announcement.image" alt="" style="display: block; max-height: 120px; max-width: 100%;"/>
|
||||
</article>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue