Skip to content

Commit

Permalink
Add padding to divs in .row and .download-row
Browse files Browse the repository at this point in the history
  • Loading branch information
SaillantNicolas committed Jan 5, 2024
1 parent d5bdf69 commit 24fbbdc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,16 @@ a {
.home-description {
margin-bottom: 15px;
}

.row > div {
padding: 0 15px;
}
.download-row {
display: flex;
}

.download-row > div {
padding: 0 15px;
}
.bottom-container {
display: flex;
}
Expand Down

0 comments on commit 24fbbdc

Please sign in to comment.