Skip to content

Commit

Permalink
Improve content padding on tag view
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 30, 2023
1 parent 9a9ab0b commit 249e12c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/modules/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ div.node--type-news {

// Teaser small list
.block-views-blockteaser-small-blocks-block-1,
.node--view-mode-teaser {
.node--view-mode-teaser, .view-taxonomy-term {
margin-bottom: 35px;
position: relative;

Expand Down Expand Up @@ -606,6 +606,7 @@ div.node--type-news {
font-size: 14px;
font-style: normal;
margin-bottom: 10px;
padding-left: 10px;
}

h2 {
Expand Down

0 comments on commit 249e12c

Please sign in to comment.