rimgo/static/css/album.css
video-prize-ranch 4a1309e0dc
Comments
2022-01-18 18:05:06 -05:00

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;
}