Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 0928372
Author: SabreCat <[email protected]>
Date:   Tue Nov 21 15:02:53 2023 -0600

    fix(news): center images
  • Loading branch information
SabreCat committed Nov 22, 2023
1 parent ed907c1 commit 592c178
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/client/src/components/news/newsContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
v-for="(post, index) in posts"
:key="post._id"
class="static-view bailey"
id="bailey"
:class="{'bailey-last': index == (posts.length - 1)}"
>
<small
Expand All @@ -33,6 +34,17 @@

<style lang='scss'>
@import '~@/assets/scss/static.scss';
#bailey {
.markdown-img-link {
display: flex;
align-items: center;
img {
margin-left: auto;
margin-right: auto;
}
}
}
</style>

<style lang='scss' scoped>
Expand Down

0 comments on commit 592c178

Please sign in to comment.