diff --git a/components/core/Profile.js b/components/core/Profile.js index 0ca2be25..ee70ab28 100644 --- a/components/core/Profile.js +++ b/components/core/Profile.js @@ -18,7 +18,7 @@ const STYLES_PROFILE_INTERNAL = css` const STYLES_PROFILE = css` width: 100%; - padding: 80px 64px 0px 64px; + padding: 64px 64px 0px 64px; overflow-wrap: break-word; white-space: pre-wrap; flex-shrink: 0; @@ -34,7 +34,7 @@ const STYLES_PROFILE_INFO = css` width: 50%; overflow-wrap: break-word; white-space: pre-wrap; - @media (max-width: ${Constants.sizes.mobile}px) { + @media (max-width: ${Constants.sizes.tablet}px) { width: 100%; } `; @@ -197,14 +197,15 @@ export default class Profile extends React.Component {