mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
12 lines
166 B
CSS
12 lines
166 B
CSS
.dialog-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.profile-image-large {
|
|
width: 20rem;
|
|
height: 20rem;
|
|
object-fit: cover;
|
|
border-radius: 8px;
|
|
}
|
|
|