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 {