From dbd4e4d21d2d3459cb558abdf74c1c1faa9e81c2 Mon Sep 17 00:00:00 2001 From: zepp Date: Wed, 1 Jan 2025 21:56:30 -0500 Subject: [PATCH] align text to center for figure elements --- style/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/style.css b/style/style.css index 6b0ebb7..4a5f784 100644 --- a/style/style.css +++ b/style/style.css @@ -83,3 +83,7 @@ main { max-height: 100%; object-fit: fill; } + +figure { + text-align: center; +}