Skip to content

Commit

Permalink
fix(sass): add global
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 24, 2018
1 parent 1f65959 commit 73aaffa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_sass_global/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ h1, h2, h3, h4, ul, li, button {
padding: 0;
}

p {
margin: 0.5em 0;
}

ul li {
list-style-type: none;
}
Expand Down

0 comments on commit 73aaffa

Please sign in to comment.