From ca91d9fcb5bf3a1510b343ecf13e0a817a409cee Mon Sep 17 00:00:00 2001 From: Lightling Date: Tue, 25 Jun 2024 21:44:46 -0400 Subject: [PATCH] text wrapper and thumbnail styles --- projects/frontend/src/views/blog/blog-tile.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/projects/frontend/src/views/blog/blog-tile.vue b/projects/frontend/src/views/blog/blog-tile.vue index 8c9a9ac..ebd7b35 100644 --- a/projects/frontend/src/views/blog/blog-tile.vue +++ b/projects/frontend/src/views/blog/blog-tile.vue @@ -48,14 +48,20 @@ mixin embedText .thumbnail( :style='thumbnail.style' ) - +link - +embedText + .text-wrapper + +link + +embedText .description( v-html='description' )