diff --git a/src/profile/ProfilePluginPage.jsx b/src/profile/ProfilePluginPage.jsx index f2ba1a235..e047feeb1 100644 --- a/src/profile/ProfilePluginPage.jsx +++ b/src/profile/ProfilePluginPage.jsx @@ -133,6 +133,7 @@ class ProfilePluginPage extends React.Component { }> View public profile @@ -155,13 +156,14 @@ class ProfilePluginPage extends React.Component { ) } /> - + -

{this.props.params.username}

+

{this.props.params.username}

- +

@@ -178,13 +180,13 @@ class ProfilePluginPage extends React.Component { - +

{intl.formatMessage(get( eduMessages, `profile.education.levels.${levelOfEducation}`, eduMessages['profile.education.levels.o'], ))} - +

diff --git a/src/profile/forms/Country.jsx b/src/profile/forms/Country.jsx index b64c5f769..bf4fd6c47 100644 --- a/src/profile/forms/Country.jsx +++ b/src/profile/forms/Country.jsx @@ -133,7 +133,7 @@ class Country extends React.Component { content={intl.formatMessage(messages['profile.country.label'])} /> */} -

{countryMessages[country]}

+

{countryMessages[country]}

// ), // }} diff --git a/src/profile/index.scss b/src/profile/index.scss index aeba45035..d6eba2d32 100644 --- a/src/profile/index.scss +++ b/src/profile/index.scss @@ -167,14 +167,23 @@ display: flex; flex-direction: column; align-items: center; + text-align: center; margin: 1px; - width: 150px; - height: 100px; } .pgn-icons-cell-horizontal { display: flex; flex-direction: row; + justify-content: center; margin: 1px; } + .profile-plugin-avatar { + @include media-breakpoint-up(xs) { + max-width: 12rem; + margin-right: 0; + margin-top: -4rem; + margin-bottom: 1rem; + } + } + }