diff --git a/assets/css/profile-mode.css b/assets/css/profile-mode.css index 121163ac..77108f74 100644 --- a/assets/css/profile-mode.css +++ b/assets/css/profile-mode.css @@ -20,14 +20,13 @@ .profile img { display: inline-table; - width: 150px; border-radius: 50%; pointer-events: none; } @media screen and (max-width: 600px) { .profile img { - width: 120px; + transform: scale(0.85); } } diff --git a/layouts/partials/index_profile.html b/layouts/partials/index_profile.html index 5de8057a..bee94fbc 100644 --- a/layouts/partials/index_profile.html +++ b/layouts/partials/index_profile.html @@ -1,7 +1,8 @@