Skip to content

Commit

Permalink
fix: remove max-width from text blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Apr 8, 2024
1 parent 8406d9b commit 446b523
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/static/css/_block.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
padding-block: var(--size-15);
}

.block-type-text,
.block-type-heading,
.block-type-call-to-action {
max-width: var(--size-32);
}

.blocks:has(.map),
.blocks:has(.block-type-image:last-child) {
padding-block-end: 0;
Expand Down

0 comments on commit 446b523

Please sign in to comment.