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 {
@@ -178,13 +180,13 @@ class ProfilePluginPage extends React.Component {
{intl.formatMessage(get(
eduMessages,
`profile.education.levels.${levelOfEducation}`,
eduMessages['profile.education.levels.o'],
))}
- {this.props.params.username}
+ {this.props.params.username}
{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; + } + } + }