diff --git a/src/components/ProfileHeader/profileHeader.scss b/src/components/ProfileHeader/profileHeader.scss index 617052c5..7b25a2e5 100644 --- a/src/components/ProfileHeader/profileHeader.scss +++ b/src/components/ProfileHeader/profileHeader.scss @@ -1,6 +1,6 @@ .profile-header { width: 100%; - height: 80px; + height: 66px; background: #e1fccf; padding: 20px; display: flex; @@ -18,6 +18,10 @@ align-items: center; height: 100%; z-index: 9999; + max-width: 1160px; + width: 100%; + margin: 0 auto; + padding: 0 15px; .text { width: 100%; @@ -56,6 +60,10 @@ } } + &__info { + background: white; + } + .auth-body { opacity: 0; z-index: 99; @@ -140,7 +148,7 @@ display: flex; justify-content: space-between; align-items: center; - min-height: 50px; + min-height: 66px; @media (max-width: 414px) { display: none;