From 43cf732aab609b6c43224c042ade110e038e4ab8 Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 2 Jan 2025 12:17:29 -0500 Subject: [PATCH] styling of kitten images --- style/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/style.css b/style/style.css index 2b53599..0bb65a1 100644 --- a/style/style.css +++ b/style/style.css @@ -106,6 +106,11 @@ main { } .growing-up div, .young-adult-baxter div { + display: grid; + grid-template-columns: 50vh 50vh; + justify-content: center; + align-items: stretch; + gap: 2rem; } header {