Skip to content

Commit

Permalink
Merge pull request #15 from sciwork/bugfix/spacing
Browse files Browse the repository at this point in the history
Add paragraph spacing
  • Loading branch information
yungyuc committed Jul 13, 2020
2 parents f178626 + b4a45d1 commit c253f52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tailwind/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ a { @apply text-red-600 underline; }

li { @apply list-inside list-disc; }

p { @apply my-4; }

@tailwind components;
/* purgecss end ignore */

Expand Down
3 changes: 3 additions & 0 deletions theme/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,9 @@ a { --text-opacity: 1; color: #e53e3e; color: rgba(229, 62, 62, var(--text-opaci
li { list-style-position: inside; list-style-type: disc;
}

p { margin-top: 1rem; margin-bottom: 1rem;
}

.container {
width: 100%;
}
Expand Down

0 comments on commit c253f52

Please sign in to comment.