diff --git a/src/base-container/components/default-layout/MediumLayout.jsx b/src/base-container/components/default-layout/MediumLayout.jsx index d63d20c36b..7a12d9ac79 100644 --- a/src/base-container/components/default-layout/MediumLayout.jsx +++ b/src/base-container/components/default-layout/MediumLayout.jsx @@ -23,7 +23,7 @@ const MediumLayout = () => {

diff --git a/src/base-container/components/default-layout/SmallLayout.jsx b/src/base-container/components/default-layout/SmallLayout.jsx index 12e568a42e..5a6137b365 100644 --- a/src/base-container/components/default-layout/SmallLayout.jsx +++ b/src/base-container/components/default-layout/SmallLayout.jsx @@ -17,12 +17,11 @@ const SmallLayout = () => { {getConfig().SITE_NAME} -
+

{formatMessage(messages['start.learning'])} diff --git a/src/base-container/components/welcome-page-layout/SmallLayout.jsx b/src/base-container/components/welcome-page-layout/SmallLayout.jsx index 06d20c7390..066e6021d0 100644 --- a/src/base-container/components/welcome-page-layout/SmallLayout.jsx +++ b/src/base-container/components/welcome-page-layout/SmallLayout.jsx @@ -16,7 +16,7 @@ const SmallLayout = ({ username }) => { {getConfig().SITE_NAME} -
+

diff --git a/src/sass/_base_component.scss b/src/sass/_base_component.scss index fe4b20619b..33ed4395c4 100644 --- a/src/sass/_base_component.scss +++ b/src/sass/_base_component.scss @@ -38,6 +38,11 @@ max-width: 320px; } +.main-heading { + position: relative; + z-index: 2; +} + .complete-your-profile { font-weight: 700; line-height: 1;