Skip to content

Commit

Permalink
increased side padding on content
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPit committed Aug 17, 2022
1 parent 600305e commit 1619b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body {
}

.header, .footer {
padding: 16px 120px;
padding: 16px 180px;
background-color: #1F2937;
display: flex;
align-items: center;
Expand Down Expand Up @@ -54,7 +54,7 @@ a {
}

.section-one, .section-two, .section-three, .section-four {
padding: 80px 120px;
padding: 80px 180px;
display: flex;
flex: 1;
align-items: center;
Expand Down

0 comments on commit 1619b4d

Please sign in to comment.