Skip to content

Commit

Permalink
Reduce paddings and margins around each search result
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 28, 2025
1 parent 432230d commit b0e2a9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scss/modules/basicpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@
.view-search {
.views-row {
margin-bottom: 2rem;

p {
margin-bottom: 0.1rem;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion scss/modules/impactstories.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}

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

0 comments on commit b0e2a9e

Please sign in to comment.