39 lines
379 B
CSS
39 lines
379 B
CSS
h1 {
|
|
margin: 0;
|
|
}
|
|
|
|
p {
|
|
margin: 0.5em 0;
|
|
}
|
|
|
|
video,
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.pfp {
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.imageMeta__wrapper,
|
|
.imageMeta__item,
|
|
.imageMeta {
|
|
display: flex;
|
|
gap: 12px;
|
|
align-items: center;
|
|
}
|
|
|
|
.imageMeta__item {
|
|
gap: 4px;
|
|
}
|
|
|
|
.imageMeta__wrapper {
|
|
gap: 1rem;
|
|
}
|
|
|
|
.user {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 5px;
|
|
} |