diff --git a/scss/sections/_main.scss b/scss/sections/_main.scss index 9fb92a24..a4159054 100644 --- a/scss/sections/_main.scss +++ b/scss/sections/_main.scss @@ -1,3 +1,11 @@ +.container { + @include margin(($site-margins-mobile * 2) null); + + @include media($medium-screen) { + @include margin(($site-margins * 2) null); + } +} + section { margin-bottom: 10rem; -} \ No newline at end of file +}