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; } +