Skip to content

Commit

Permalink
Remove invalid margin-bottom: 0 0 1em 0
Browse files Browse the repository at this point in the history
`margin-bottom: 0 0 1em 0;` seems invalid, so I removed it.
  • Loading branch information
Amerlander authored Jul 29, 2021
1 parent 7645399 commit 4805c0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-svelte/templates/default/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ a:hover {

h1 {
font-size: 2rem;
margin-bottom: 0 0 1em 0;
text-align: center;
}

Expand Down

0 comments on commit 4805c0f

Please sign in to comment.