diff --git a/mixins/ProfileImage.pixy b/mixins/ProfileImage.pixy index 6f0a60f6..64da18e7 100644 --- a/mixins/ProfileImage.pixy +++ b/mixins/ProfileImage.pixy @@ -1,5 +1,5 @@ component ProfileImage(user *arn.User) if user.Avatar != "" - img.profile-image(src=user.Avatar + "?s=640&r=x&d=mm", alt="Profile image") + img.profile-image(src=user.Avatar + "?s=500&r=x&d=mm", alt="Profile image") else img.profile-image(src="/images/elements/no-gravatar.svg", alt="Profile image") \ No newline at end of file diff --git a/pages/profile/profile.scarlet b/pages/profile/profile.scarlet index bea4d019..f5ffbfaf 100644 --- a/pages/profile/profile.scarlet +++ b/pages/profile/profile.scarlet @@ -67,7 +67,7 @@ animation cover-animation .image-container flex 1 - max-width 320px + max-width 250px .intro-container vertical @@ -77,6 +77,9 @@ animation cover-animation padding-left calc(content-padding * 2) max-width 900px +#nick + margin-bottom 1rem + // Categories .profile-category diff --git a/styles/grid.scarlet b/styles/grid.scarlet index 02ab8502..6d304d72 100644 --- a/styles/grid.scarlet +++ b/styles/grid.scarlet @@ -9,8 +9,8 @@ mixin grid-cell height 16vw min-width 90px min-height 127px - max-width 200px - max-height 282px + max-width 142px + max-height 201px border-radius 3px background-size cover