From af88e8340b8f54b63d30a44b9f715e230c478aae Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 2 Jan 2025 13:07:25 -0500 Subject: [PATCH] remove favorite photo styling. need to revisit with new photos --- style/style.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/style/style.css b/style/style.css index 0bb65a1..b8f30c2 100644 --- a/style/style.css +++ b/style/style.css @@ -75,11 +75,6 @@ main { .favorite-baxter-photos { display: grid; - grid-template-rows: 5rem 25rem 25rem; - grid-template-columns: 20rem 20rem; - gap: 1rem; - justify-items: center; - justify-content: center; } .favorite-baxter-photos h3 { @@ -88,8 +83,6 @@ main { } .favorite-baxter-photos figure { - height: 22.5rem; - width: 22.5rem; text-wrap: wrap; text-align: center; } @@ -154,7 +147,7 @@ section { padding: 1.25rem; border: 4px solid var(--border-color); border-radius: 15px; - width: 60vw; + width: 65vw; } section img {