Skip to content

Commit

Permalink
Add 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 51bfad4 commit 9a9ab0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/modules/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -592,11 +592,13 @@ div.node--type-news {
.node__content {
margin-bottom: 20px;
margin-top: 0;
padding-left: 10px;
}

.node__meta {
color: $soft-blue-02;
margin-bottom: 5px;
padding-left: 10px;
}

.field--name-created {
Expand Down

0 comments on commit 9a9ab0b

Please sign in to comment.