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( .thumbnail(
:style='thumbnail.style' :style='thumbnail.style'
) )
+link .text-wrapper
+embedText +link
+embedText
.description( .description(
v-html='description' v-html='description'
) )
</template> </template>
<style scoped lang="sass"> <style scoped lang="sass">
.thumbnail-wrapper
.link,
.link .thumbnail
height: 100%
width: 100%
display: block
</style> </style>