Skip to content

Commit

Permalink
padding gutter
Browse files Browse the repository at this point in the history
  • Loading branch information
webjsavella committed Dec 23, 2024
1 parent 6e06dc3 commit 1fc67f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions eds/blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
padding-block-end: 32px;
}

.columns > div > div:last-child > * {
padding-inline: 6.7%;
.columns > div > div :where(h2, p) {
padding: 0 var(--space-8);
}

.columns > div > .columns-img-col {
Expand Down Expand Up @@ -39,6 +39,10 @@
.columns > div > div {
flex: 1;
}

.columns > div > div :where(h2, p) {
padding: 0 var(--space-16);
}
}

.columns.media-split {
Expand Down

0 comments on commit 1fc67f4

Please sign in to comment.