From c11115034a4e1e7144f734da480b64f77b12754f Mon Sep 17 00:00:00 2001 From: Kaustav Das Modak Date: Wed, 27 May 2015 17:49:33 +0530 Subject: [PATCH] space-between does not go well with incomplete rows Signed-off-by: Kaustav Das Modak --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index ae3ad66..c9ad209 100644 --- a/css/style.css +++ b/css/style.css @@ -47,7 +47,7 @@ h1, h2, h3, h4, h5, h6, #description { padding: 0.5rem; display: flex; flex-flow: row wrap; - justify-content: space-between; + justify-content: flex-start; align-items: flex-start; align-content: flex-start; min-height: 80vh;