Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit eb3daf4

Browse files
committed
Tweak padding around authors
1 parent db349fe commit eb3daf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function Post({ meta, children, posts }) {
5757
className="divide-y xl:divide-y-0 divide-gray-200 xl:grid xl:grid-cols-4 xl:col-gap-6 pb-16 xl:pb-20"
5858
style={{ gridTemplateRows: 'auto 1fr' }}
5959
>
60-
<dl className="pt-6 pb-10 xl:border-b xl:border-gray-200">
60+
<dl className="pt-6 pb-10 xl:pt-11 xl:border-b xl:border-gray-200">
6161
<dt className="sr-only">Authors</dt>
6262
<dd>
6363
<ul className="flex justify-center xl:block space-x-8 sm:space-x-12 xl:space-x-0 xl:space-y-8">

0 commit comments

Comments
 (0)