Skip to content
Snippets Groups Projects
Commit aa82e14b authored by lfr20's avatar lfr20
Browse files

Centered and give correct Height and width

parent 7bb89bb7
Branches
Tags
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!39Update admin system,!36Fix perfil into develop
......@@ -68,6 +68,16 @@ const ProfileAvatarDiv = styled.div`
outline : 0;
cursor : pointer;
background-color : #a5a5a5;
@media screen and (max-width: 501px) {
height : 73px;
width : 73px;
position:absolute;
left:0;
right:0;
bottom : -40px;
margin-left:auto;
margin-right:auto;
}
`
const ChangeAvatarDiv = styled.div`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment