From b92a281f34a24d2f63554f3647a6f0926749b873 Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 2 Jan 2025 10:16:24 -0500 Subject: [PATCH] removing styling for loveletter.php. need to add content first --- style/style.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/style/style.css b/style/style.css index c4f4e7e..2b53599 100644 --- a/style/style.css +++ b/style/style.css @@ -94,11 +94,6 @@ main { text-align: center; } -.growing-up figure, .young-adult-baxter figure { - height: 50vh; - width: auto; -} - .favorite-baxter-photos img, .growing-up img, .young-adult-baxter img { max-width: 100%; max-height: 100%; @@ -111,13 +106,6 @@ main { } .growing-up div, .young-adult-baxter div { - padding-top: 2rem; - height: 100%; - width: auto; - display: grid; - grid-template-columns: 27vw 27vw; - align-items: stretch; - gap: 2rem; } header {