Skip to content

Commit

Permalink
Fix containers width in search result page
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 28, 2025
1 parent b0e2a9e commit 42e22c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/modules/impactstories.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@
padding-left: 15px;
}

.paragraph--view-mode--preview {
.container, .container-sm,
.container-md, .container-lg,
.container-xl, .container-xxl {
padding: 0 calc(var(--bs-gutter-x) * .4);
}
}

// Text
.paragraph:not(.paragraph--view-mode--preview) {
font-size: 16px;
Expand Down

0 comments on commit 42e22c4

Please sign in to comment.