diff --git a/src/_style.scss b/src/_style.scss index 8db4bd1e..8e471aad 100644 --- a/src/_style.scss +++ b/src/_style.scss @@ -16,6 +16,7 @@ $apple-focus-black: $apple-black; $accent-a-light: #c9f2f5; .main-content { + @extend .pt-4; min-width: 464px !important; } @@ -353,6 +354,7 @@ select.form-control { .main-content { min-width: 100vw !important; + padding: 1.5rem !important; } } diff --git a/src/common-components/LargeScreenRightLayout.jsx b/src/common-components/LargeScreenRightLayout.jsx index 43ccad9e..d493b89d 100644 --- a/src/common-components/LargeScreenRightLayout.jsx +++ b/src/common-components/LargeScreenRightLayout.jsx @@ -7,8 +7,8 @@ const LargeScreenRightLayout = (props) => { const { children } = props; return ( -