From 326859464ca9fb2a7c9f2b4cc34f79e806776593 Mon Sep 17 00:00:00 2001 From: shpuld Date: Sat, 25 Nov 2017 00:09:28 +0200 Subject: [PATCH] Add the forgotten flex prop to make everything nice and tight again --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index 4146e68bdd..95a653cee8 100644 --- a/src/App.scss +++ b/src/App.scss @@ -22,6 +22,7 @@ h4 { min-height: 100vh; max-width: 980px; background-color: rgba(0,0,0,0.15); + align-content: flex-start; } .text-center {