From 953430160411a54e4a7d1763bf8c4db7ae8c87fd Mon Sep 17 00:00:00 2001 From: RobertHeaton <57216759+RobertHeaton@users.noreply.github.com> Date: Sun, 3 Sep 2023 07:33:16 +0100 Subject: [PATCH] Update 4.css --- 4.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/4.css b/4.css index 1a3aa5a..217ae52 100644 --- a/4.css +++ b/4.css @@ -106,6 +106,20 @@ div.terminator{ border-radius:5px; margin:auto; } +div.wrapper { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: stretch; + align-content: space-between; +} +div.wrapper2{ + width:90vw; + max-width: 986px; + padding-top:20px; + margin:auto; + margin-top: 40px; +} div.main{ width:90vw; max-width: 986px;