From 2af302eeeac714709b3392eca5b5b44dba31306c Mon Sep 17 00:00:00 2001 From: "Felipe M." Date: Sat, 5 Apr 2025 19:37:49 +0200 Subject: [PATCH] feat(styles): added figcaption styles --- themes/fmartingr/assets/sass/_blog.sass | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/fmartingr/assets/sass/_blog.sass b/themes/fmartingr/assets/sass/_blog.sass index 0d21086..6c1fbc8 100644 --- a/themes/fmartingr/assets/sass/_blog.sass +++ b/themes/fmartingr/assets/sass/_blog.sass @@ -26,10 +26,13 @@ div.article, main.blog, main.projects display: block margin: 0 auto max-width: 100% - - img box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) + figcaption + font-style: italic; + font-size: 0.8em + text-align: center + video, img max-width: 100%