CSS: Remove default margin from p

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 11:30:22 +02:00
parent f29f22870a
commit b3d435a85d
1 changed files with 5 additions and 0 deletions

View File

@ -36,3 +36,8 @@ h2 {
line-height: 19px;
font-weight: normal;
}
// Remove default margin
p {
margin: 0;
}