Skip to content

Commit

Permalink
Merge pull request #954 from StadGent/feature/SGD8-2465
Browse files Browse the repository at this point in the history
SGD8-2465: Remove margin-left from lists in txt par
  • Loading branch information
SvenVdv authored Oct 18, 2023
2 parents a8344b3 + b750e51 commit 149bcad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/sass/21-atoms/list/_list.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ul,
ol {
.paragraph--type--text & {
margin-left: 2rem;
margin-bottom: 1rem; // Deprecated in styleguide 6: STIJ-383
margin-bottom: 20px; // Deprecated in styleguide 6: STIJ-383
}
}

0 comments on commit 149bcad

Please sign in to comment.