Skip to content

Commit

Permalink
Fix padding in tag list
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Dec 7, 2023
1 parent bf53004 commit 38dbd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/modules/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ div.node--type-news {

@media (min-width: #{$screen-tablet}) {
display: block;
padding: 0 0 0 20px;
padding: 0;
}
}

Expand Down

0 comments on commit 38dbd9e

Please sign in to comment.