diff --git a/src/app/route/CmsPage/CmsPage.style.scss b/src/app/route/CmsPage/CmsPage.style.scss index 60d6988483..beeb05d11d 100644 --- a/src/app/route/CmsPage/CmsPage.style.scss +++ b/src/app/route/CmsPage/CmsPage.style.scss @@ -24,12 +24,16 @@ }; margin: { - top: var(--header-total-height); + top: calc(var(--header-total-height) + 1rem); bottom: var(--header-nav-height); left: auto; right: auto; }; + @include after-mobile { + margin-top: 2rem; + } + &_page_width { &_full { max-width: 100%;