Skip to content

Commit

Permalink
Fix margin, padding on ul and ol with row and col
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Mar 23, 2024
1 parent 884bfb9 commit 225cf58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@linwooddev/style",
"description": "",
"main": "index.js",
"version": "0.3.8",
"version": "0.3.9",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "sass --watch scss/:css/",
Expand Down
7 changes: 7 additions & 0 deletions packages/web/scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
list-style: none;
}

ul, ol {
&.col, &.row {
padding: 0;
margin: 0;
}
}

.container {
padding: 0 20px;
margin: 0 auto;
Expand Down

0 comments on commit 225cf58

Please sign in to comment.