mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 23:48:23 +00:00
17 lines
152 B
CSS
17 lines
152 B
CSS
h1 {
|
|
margin: 0;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.imageMeta__wrapper,
|
|
.imageMeta {
|
|
display: flex;
|
|
gap: 12px;
|
|
}
|
|
|
|
.imageMeta__wrapper {
|
|
gap: 2rem;
|
|
} |