From ebfcf917145219ab618b61a8f82cf8f805bd7936 Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Tue, 4 Jun 2024 16:11:36 -0700 Subject: [PATCH] update spacing above footer --- src/css/styles.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/css/styles.css b/src/css/styles.css index 0f1faa43..5861dfee 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -879,12 +879,6 @@ section h2 { /* // */ -.st_start { - display: flex; - flex-direction: column; - row-gap: 82px; - margin: 180px 0 140px; -} .st_start h2 { font-family: "Kanit"; @@ -898,7 +892,7 @@ section h2 { .st_footer { display: flex; flex-direction: column; - padding: 0 0 72px; + padding: 72px 0 72px; row-gap: 56px; width: 750px; }