From dd1a1857297b72cc86e2d9790a6864b32ac44df1 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Mon, 30 May 2022 01:14:22 -0700 Subject: [PATCH] Display Flex --- css/general.css | 14 ++++++++++---- index.html | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/css/general.css b/css/general.css index e239021..4cb5779 100644 --- a/css/general.css +++ b/css/general.css @@ -297,22 +297,29 @@ section { #event-container { display: flex; - flex: row wrap; + flex-wrap: wrap; margin-top: 20px; + justify-content: center; } #event-description { padding: 10px; max-width: 700px; + min-width: 400px; text-align: left; } +.list { + padding-left: 20px; +} + .list li{ margin: 10px 0; } #steps-card { - width: 300px; + width: fit-content; + min-width: 300px; border-radius: 5px; background-color: #0d1117; background-color: #1e2227; @@ -323,11 +330,10 @@ section { } #steps-list { - list-style: inside; + padding-left: 10px; } #steps-list li{ - list-style: inside; margin: 10px 0 30px; } diff --git a/index.html b/index.html index 7dd56f7..f4497f4 100644 --- a/index.html +++ b/index.html @@ -95,13 +95,13 @@

STEPS

-
    +
    1. Sign up w/ form
    2. Join the Discord
    3. Create/join a team
    4. Start discussing ideas for a project
    5. Wait for the hackathon to start!
    6. -
+