diff --git a/src/pages/Profile/feed/index.css b/src/pages/Profile/feed/index.css index 2ee6cb31c..6825ca831 100644 --- a/src/pages/Profile/feed/index.css +++ b/src/pages/Profile/feed/index.css @@ -51,7 +51,7 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); - background: rgba(0,0,0,0.5); + background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; display: flex; @@ -59,7 +59,7 @@ align-items: center; } -.profile_post_hover_icon{ +.profile_post_hover_icon { transform: scale(1.8); border-radius: 50%; display: flex; @@ -77,7 +77,6 @@ padding: 10px; } - @media screen and (min-width: 800px) and (max-width: 1200px) { .profile-feed-main-container { margin-left: 5px;