From 8030a01d58975a44d92b564fcb086fafedd591b3 Mon Sep 17 00:00:00 2001 From: Meghna <11170663+MeghnaAJ@users.noreply.github.com> Date: Wed, 15 Jun 2022 15:15:58 +0530 Subject: [PATCH] FIX: update styling of main outlet (#5) --- desktop/desktop.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/desktop/desktop.scss b/desktop/desktop.scss index 04f2419..3116299 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -3,9 +3,9 @@ // Container // *------------------------------------------------* #main-outlet { - margin-top: 30px; - margin-bottom: 50px; border-radius: 10px; + padding: 2em; + box-sizing: border-box; background: $color-cream; max-width: 1030px; padding-bottom: 5% !important; @@ -72,3 +72,4 @@ color: $color-black; border: none; } +