0
0
Fork 0

add margin to paragraphs

This seperates them a bit from each other and makes it more readable.
This commit is contained in:
Gibheer 2015-11-14 12:12:09 +01:00
parent c9a4469579
commit 10c9adc890
1 changed files with 3 additions and 0 deletions

View File

@ -149,3 +149,6 @@ body > .entry > header {
margin: 0.5em;
margin-left: 1.5em;
}
section > p {
margin-bottom: 1.00rem;
}