further tweak to profile pic

This commit is contained in:
Robert McGovern 2021-09-11 15:43:20 +01:00
parent 48b3936489
commit 1778ec2cb6
1 changed files with 12 additions and 2 deletions

View File

@ -67,12 +67,22 @@ body {
width: 96px;
height: 96px;
border: 5px solid #FFFFFF;
border-radius: 50%;
/* left: calc(50% - 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 {
margin-top: 4.5rem;
display: inline-flex;