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 b6731bc commit 3476e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -567,7 +567,7 @@ div.node--type-news {
@media (min-width: #{$screen-tablet}) {
border-bottom: 0;
border-right: 1px solid $cold-grey-03;
padding: 0 20px;
padding: 0 0;
}

&:first-child {
Expand Down

0 comments on commit 3476e4f

Please sign in to comment.