Fix text paragraph separation.
This commit is contained in:
parent
18ceb6bca5
commit
2b18c6a9b3
2 changed files with 12 additions and 3 deletions
|
@ -29,6 +29,12 @@ html, body {
|
|||
content: "🮦";
|
||||
}
|
||||
|
||||
/* Inhibit <p> tags inside items */
|
||||
/* TODO: Remove need for this on generator */
|
||||
.item p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* Headers */
|
||||
h1 {
|
||||
font-size: 150%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue