15 lines
No EOL
281 B
CSS
15 lines
No EOL
281 B
CSS
.user {
|
|
background-color: #f7f7f7;
|
|
background-color: var(--background-alt);
|
|
padding: 12px;
|
|
margin: 1em 0;
|
|
border-radius: 6px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.bio {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
padding-top: inherit;
|
|
} |