Add an entry-footer component

This commit is contained in:
Oliver Davies 2019-03-23 07:34:58 +00:00
parent 320e98fcd8
commit 301d10b0f6
2 changed files with 5 additions and 1 deletions

View file

@ -13,3 +13,7 @@
@apply text-gray-800 no-underline
}
}
.entry-footer {
@apply flex flex-wrap mt-10
}