From 09c8a3ce29da25ab31524567796d0b0aa8666c65 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 20 Aug 2017 05:17:03 +0200 Subject: [PATCH] Fix content container no longer being centered properly. --- src/App.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.sass b/src/App.sass index 22094ad..5ed35c9 100644 --- a/src/App.sass +++ b/src/App.sass @@ -6,6 +6,7 @@ font-family: 'Titillium Web', sans-serif display: flex flex-direction: column + align-items: center .content color: #838383