Skip to content

Commit

Permalink
Updates for new search page
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 28, 2025
1 parent 1a2f6e1 commit 432230d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions scss/modules/basicpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,13 @@
}
}

// New searcb page
.view-search {
.views-row {
margin-bottom: 2rem;
}
}

// Dropdown toggle
.collapse-toggle {
&::after {
Expand Down
2 changes: 1 addition & 1 deletion scss/modules/paragraphs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
}

// Text
.paragraph--type--text {
.paragraph--type--text:not(.paragraph--view-mode--preview) {
font-size: 16px;
line-height: 25px;
margin-bottom: 4rem;
Expand Down

0 comments on commit 432230d

Please sign in to comment.