From 623a5d146ee7a9e79658aa0da2bbc8b74a8e6b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Fr=C3=B6hlich?= Date: Mon, 6 Jan 2025 20:33:33 +0100 Subject: [PATCH] feat: adjust Textflow styles --- app/app.vue | 2 +- app/components/content/ImageCaption.vue | 17 +++++++++++++++-- app/components/content/TextFlow.vue | 6 +++--- public/images/tombs-1.jpg | Bin 35545 -> 46381 bytes 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/app/app.vue b/app/app.vue index 882403d..6f89178 100644 --- a/app/app.vue +++ b/app/app.vue @@ -47,7 +47,7 @@ h6 { } img.default { - @apply rounded-md border border-gray-200 dark:border-gray-800; + @apply rounded-lg border border-gray-200 dark:border-gray-800; } .icon { diff --git a/app/components/content/ImageCaption.vue b/app/components/content/ImageCaption.vue index 140def8..e2a3a30 100644 --- a/app/components/content/ImageCaption.vue +++ b/app/components/content/ImageCaption.vue @@ -3,14 +3,27 @@ defineProps<{ src?: string alt?: string caption?: string + imgClass?: string }>() diff --git a/app/components/content/TextFlow.vue b/app/components/content/TextFlow.vue index b903dd2..04dd3ce 100644 --- a/app/components/content/TextFlow.vue +++ b/app/components/content/TextFlow.vue @@ -9,18 +9,18 @@ const props = withDefaults(defineProps(), {