diff --git a/src/Components/TabPanels/StyledComponents.js b/src/Components/TabPanels/StyledComponents.js index d77966a39660501c93ccc687a52056cd301b1eb2..c8e75d5d2774b63cbb3140a3f40d7d45abb97f84 100644 --- a/src/Components/TabPanels/StyledComponents.js +++ b/src/Components/TabPanels/StyledComponents.js @@ -173,6 +173,9 @@ export const UserProfileContainer = styled.div` export const CoverContainer = styled.div` height : 230px; position : relative; + @media screen and (max-width: 501px) { + height : 128px + } ` export const UserProfileInfoDiv = styled.div`