Skip to content

Commit

Permalink
update spacing above footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkgupta committed Jun 4, 2024
1 parent cbf8991 commit ebfcf91
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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;
}
Expand Down

0 comments on commit ebfcf91

Please sign in to comment.