1
0
Fork 0

text wrapper and thumbnail styles

This commit is contained in:
lightling 2024-06-25 21:44:46 -04:00
parent 424a8d0837
commit ca91d9fcb5

View file

@ -48,14 +48,20 @@ mixin embedText
.thumbnail(
:style='thumbnail.style'
)
+link
+embedText
.text-wrapper
+link
+embedText
.description(
v-html='description'
)
</template>
<style scoped lang="sass">
.thumbnail-wrapper
.link,
.link .thumbnail
height: 100%
width: 100%
display: block
</style>