diff --git a/src/app/my-farmer/my-farmer.component.html b/src/app/my-farmer/my-farmer.component.html index 24ed099..8261866 100644 --- a/src/app/my-farmer/my-farmer.component.html +++ b/src/app/my-farmer/my-farmer.component.html @@ -24,7 +24,7 @@
-
+
diff --git a/src/app/my-farmer/my-farmer.component.scss b/src/app/my-farmer/my-farmer.component.scss index d496ab5..2d7356b 100644 --- a/src/app/my-farmer/my-farmer.component.scss +++ b/src/app/my-farmer/my-farmer.component.scss @@ -111,11 +111,20 @@ max-height: 5.6rem; } } -@media (max-width:472px) { +@media (max-width:512px) { .profile-picture-image { max-height: 7.2rem; } } +@media (max-width:454px) { + .profile-picture-image-wrapper { + width: 100%; + text-align: center; + } + .profile-picture-image { + margin-bottom: 0.5rem; + } +} @media (max-width:576px) { .nav-tabs-no-border { border: unset;