Skip to content

Commit

Permalink
More balanced spacing at bottom of sections
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jul 18, 2024
1 parent e8d527f commit 62a269e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/css/layouts/zebra-sections.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ body >header img { /* floating avatar */
main >section {
text-align: center;
background-color: white;
padding: 50px 0px;
padding: 50px 0px 60px 0px;
margin-bottom: 0px;
}
main >section[data-background] {
Expand Down Expand Up @@ -131,7 +131,10 @@ main >section >* {
max-width: 800px;
min-width: 250px;
padding: 0px 10px;
margin: 0px auto 20px auto;
margin: 0px auto 30px auto;
}
main >section >*:last-child {
margin-bottom: 0px;
}
main >section >div { /* centered flow box */
display: flex;
Expand Down

0 comments on commit 62a269e

Please sign in to comment.