From 625e5dc992c19f948d877ac64ce22bd037445600 Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 1 Feb 2025 17:51:26 -0500 Subject: [PATCH] code refactoring remove old cupcake selector from stylesheet --- cafe-events/valentines-day-25/style/style.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/cafe-events/valentines-day-25/style/style.css b/cafe-events/valentines-day-25/style/style.css index c65915a..e81eff4 100644 --- a/cafe-events/valentines-day-25/style/style.css +++ b/cafe-events/valentines-day-25/style/style.css @@ -33,25 +33,12 @@ body { } .container { - height: 75vh; + height: 80vh; width: auto; position: relative; z-index: 0; } -.cupcakes { - display: flex; - flex-wrap: wrap; - height: 44vh; - width: 32vw; - top: 15vh; - left: 12vw; - padding-left: 2rem; - padding-top: 2rem; - position: absolute; - z-index: 1; -} - img { max-height: 100%; width: auto;