From de5d9ddbcc9df1246a32e048463bb33e2e35a225 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Thu, 20 Jun 2019 11:19:47 -0400 Subject: [PATCH] Actually center portfolio landing page content --- styles/sections/_home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/sections/_home.scss b/styles/sections/_home.scss index ea448125..5da30aba 100644 --- a/styles/sections/_home.scss +++ b/styles/sections/_home.scss @@ -5,7 +5,7 @@ } .about-cloud { - margin: 4rem 16rem; + margin: 4rem auto; max-width: 900px; }