From e3f9e580f38377bf32a8e90523b032c1bec75d43 Mon Sep 17 00:00:00 2001 From: zepp Date: Wed, 1 Jan 2025 21:59:45 -0500 Subject: [PATCH] refactoring of css and styling of figure elements --- style/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/style/style.css b/style/style.css index 4a5f784..6a9fb4a 100644 --- a/style/style.css +++ b/style/style.css @@ -74,8 +74,9 @@ main { .favorite-baxter-photos figure { height: 20rem; - width: 15rem; + width: 20rem; text-wrap: wrap; + text-align: center; } .favorite-baxter-photos img { @@ -84,6 +85,3 @@ main { object-fit: fill; } -figure { - text-align: center; -}