[S] Style images

This commit is contained in:
Hykilpikonna
2021-12-05 01:59:43 -05:00
parent 6ec8746196
commit fb0757c378
+18
View File
@@ -60,6 +60,7 @@ export default class Blog extends Vue
this.posts = it
this.posts.forEach(it => it.date = moment(it.date).format('YYYY-MM-DD h:mm'))
this.posts.reverse()
this.posts = this.posts.filter(it => it.type !== 'service')
console.log(it)
})
}
@@ -124,6 +125,23 @@ export default class Blog extends Vue
border: 2px solid lighten($color-text-main, 20)
border-radius: 2px
.reply + .images
margin: 0 -20px 10px
.images
margin: -20px -20px 10px
display: flex
.img
flex: 1
height: 200px
width: 200px
background-size: cover
margin-right: 10px
.img:last-child
margin-right: 0
.text
white-space: pre-line