From: danix Date: Sun, 19 Feb 2023 16:50:31 +0000 (+0100) Subject: Aligned captions for figures to the center X-Git-Url: https://git.danix.xyz/?p=theme-danix.xyz.git;a=commitdiff_plain;h=b89b070c4c1f41f5449b43c8af132ba372762a6e Aligned captions for figures to the center modified: assets/sass/components/_image.scss --- diff --git a/assets/sass/components/_image.scss b/assets/sass/components/_image.scss index 2901801..09c402c 100644 --- a/assets/sass/components/_image.scss +++ b/assets/sass/components/_image.scss @@ -85,3 +85,11 @@ width: 100%; } } + + figure { + figcaption { + p { + text-align: center; + } + } + } \ No newline at end of file