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 {