lostplaces-frontend/components/03_Organisms/userProfile/_userProfile.scss

16 lines
271 B
SCSS

.LP-UserProfile {
display: flex;
flex-direction: row;
&__Bio {
flex-grow: 5;
flex-shrink: 10;
padding-right: $-spacing-large;
}
&__Info {
flex-grow: 10;
flex-shrink: 1;
flex-basis: max-content;
}
}