Add lead paragraph component

This commit is contained in:
Oliver Davies 2019-05-20 20:40:13 +01:00
parent df7b6315ba
commit 7cde1007b7
3 changed files with 8 additions and 4 deletions

View file

@ -32,6 +32,10 @@ blockquote {
@tailwind components;
p.lead {
@apply text-lg
}
.wrap {
@apply w-full max-w-3xl mx-auto;