mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 15:38:23 +00:00
32 lines
293 B
CSS
32 lines
293 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: 2rem;
|
|
} |