From fef9624a67b885a07010da1f12827b120ae9193e Mon Sep 17 00:00:00 2001 From: Cayla Hamann Date: Thu, 25 Jun 2020 15:22:53 -0400 Subject: [PATCH] fix: moved padding --- src/components/Layout.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.module.scss b/src/components/Layout.module.scss index 80ef0c61d..50989c666 100644 --- a/src/components/Layout.module.scss +++ b/src/components/Layout.module.scss @@ -21,6 +21,7 @@ .contentContainer { display: flex; flex-direction: column; + margin: 2rem; } .sidebar { @@ -34,7 +35,6 @@ .content { flex: 1; - margin: 2rem; } .footer {