Skip to content

Commit

Permalink
Merge pull request #9 from merkle-open/feature/columns-space
Browse files Browse the repository at this point in the history
feat: introduce new columns block parameter to enable spacing between…
  • Loading branch information
bchristiani authored Mar 28, 2024
2 parents ee3c6f1 + d1b9d21 commit 64f41f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
margin: 30px 0 70px;
}

.columns.row-space div:not(:last-child) {
margin-bottom: 40px;
}

.bluecolumn {
background-color: var(--highlight-background-color);
color: var(--background-color);
Expand Down

0 comments on commit 64f41f2

Please sign in to comment.