Add style for <p>
This commit is contained in:
parent
366a16b933
commit
0c135bd774
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@ header
|
|||
line-height: $spacing-vertical;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue