From f39b8439c0edd26a3e744e7a33c78d1e8741cd81 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 7 Apr 2025 23:16:10 -0700 Subject: [PATCH] style updates --- css/style.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 69932bf..43b6ac2 100644 --- a/css/style.css +++ b/css/style.css @@ -11,12 +11,17 @@ main { display: flex; flex-direction: column; align-items: center; - justify-content: center; + /* align-content: center; */ + align-items: center; + /* justify-content: center; */ } -div { - display: flex; - flex-direction: column; +div.section { + /* flex-basis: 0; */ + width: 60%; + flex: 1; + /* display: flex; + flex-direction: column; */ } h1 {