diff --git a/src/components/Blog.scss b/src/components/Blog.scss index 1f4510a..ee2fc7b 100644 --- a/src/components/Blog.scss +++ b/src/components/Blog.scss @@ -18,4 +18,7 @@ .postListItem { margin: 8px; + td { + vertical-align: top; + } }