A web application allowing people to create an account, configure a profile, and share a list of URLs on that profile.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
527 B

.public-profile {
.profile-header-container {
position: relative;
img.profile-header {
border: solid 2px #4a4a4a;
border-radius: 16px;
}
img.profile-picture {
display: block;
width: 128px;
height: auto;
margin: 0 auto;
border: solid 2px #4a4a4a;
border-radius: 50%;
}
&.header-offset {
margin-bottom: 64px;
img.profile-picture {
position: absolute;
bottom: -48px;
left: calc(50% - 64px);
}
}
}
}