Aligned captions for figures to the center
authordanix <danix@danix.xyz>
Sun, 19 Feb 2023 16:50:31 +0000 (17:50 +0100)
committerdanix <danix@danix.xyz>
Sun, 19 Feb 2023 16:50:31 +0000 (17:50 +0100)
modified:   assets/sass/components/_image.scss

assets/sass/components/_image.scss

index 2901801..09c402c 100644 (file)
                        width: 100%;\r
                }\r
        }\r
+\r
+       figure {\r
+               figcaption {\r
+                       p {\r
+                               text-align: center;\r
+                       }\r
+               }\r
+       }
\ No newline at end of file