Skip to content

Commit

Permalink
Fixed CMS Page padding
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredsgenkins committed Mar 26, 2020
1 parent ba67e0a commit eb9a840
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/route/CmsPage/CmsPage.style.scss
Expand Up @@ -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%;
Expand Down

0 comments on commit eb9a840

Please sign in to comment.