From e484df04488a25b3536bc752ab517ea6539f012f Mon Sep 17 00:00:00 2001 From: accessgames <83598795+accessgames@users.noreply.github.com> Date: Thu, 30 May 2024 21:28:46 -0700 Subject: [PATCH] Update style.css --- style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b528bd3..bad7f58 100644 --- a/style.css +++ b/style.css @@ -8,10 +8,12 @@ .sidenav a:hover { color: #f1f1f1; } - #content { - margin-left: 150px; - padding: 15px; - } + #content { + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: flex-start; + } #loaded-content { float: left; }