further tweak to profile pic
This commit is contained in:
parent
48b3936489
commit
1778ec2cb6
|
@ -67,12 +67,22 @@ body {
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 96px;
|
height: 96px;
|
||||||
|
|
||||||
border: 5px solid #FFFFFF;
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
/* left: calc(50% - 96px/2); */
|
|
||||||
top: calc(100% - 96px/2);
|
top: calc(100% - 96px/2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.photo:after {
|
||||||
|
border-radius: 50%;
|
||||||
|
padding: 5px;
|
||||||
|
border: 5px solid white;
|
||||||
|
position: absolute;
|
||||||
|
content: '';
|
||||||
|
top: -5px;
|
||||||
|
left: -5px;
|
||||||
|
bottom: -5px;
|
||||||
|
right: -5px;
|
||||||
|
}
|
||||||
|
|
||||||
.nameAndAge {
|
.nameAndAge {
|
||||||
margin-top: 4.5rem;
|
margin-top: 4.5rem;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|
Reference in New Issue