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 {