From 897fc24c0563770ee46cae942e9cef646913f52f Mon Sep 17 00:00:00 2001 From: LordMathis Date: Mon, 18 Jun 2018 00:17:39 +0200 Subject: [PATCH] Change post list vertical align --- src/components/Blog.scss | 3 +++ 1 file changed, 3 insertions(+) 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; + } }