From 0635fd365db2a35428322875ece0658250fc2aa1 Mon Sep 17 00:00:00 2001 From: Ben Bush <107074386+zauxt@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:12:52 -0500 Subject: [PATCH] Update margins on styles.css --- styles.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index 12aa222..ce2344c 100644 --- a/styles.css +++ b/styles.css @@ -19,8 +19,7 @@ strong { .about { display:flex; flex-wrap:wrap; - margin-right: 550px; - margin-left: 550px; + margin: 10px 300px justify-content: center; background-color: white; padding: 5px @@ -44,7 +43,7 @@ strong { padding: 5px; background-color: white; border-radius: 15px; - margin: 10px 725px; + margin: 10px 300px justify-content: center; } @@ -82,7 +81,7 @@ strong { padding: 5px; background-color: white; border-radius: 15px; - margin: 10px 800px; + margin: 10px 300px justify-content: center; } @@ -92,4 +91,4 @@ a:link { a:visited { color: #3EB489 -} \ No newline at end of file +}