Skip to content

Commit

Permalink
Add top margin for all paragraphs in agreement texts
Browse files Browse the repository at this point in the history
Also reduce the bottom padding for list items, slightly.
  • Loading branch information
harigopal committed Dec 13, 2019
1 parent b6f7535 commit eb19270
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/javascript/home/policies.css
Expand Up @@ -12,15 +12,19 @@
}

.policy-body li {
@apply pb-3;
@apply pb-2;
}

.policy-body strong {
@apply text-lg font-bold;
}

.policy-body p {
@apply mt-2;
}

@screen md {
.policy-body ul {
@apply ml-6;
}
}
}

0 comments on commit eb19270

Please sign in to comment.