mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-15 04:35:16 +00:00
CSS cleanup
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
h1 {
|
||||
margin: 0;
|
||||
p {
|
||||
margin: 0.4rem 0;
|
||||
}
|
||||
|
||||
.pfp {
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.post__media {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.post__media video,
|
||||
.post__media img {
|
||||
margin: 1em 0;
|
||||
@@ -24,20 +18,7 @@ h1 {
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.imageMeta__wrapper,
|
||||
.imageMeta__item,
|
||||
.imageMeta {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.imageMeta__item {
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.imageMeta__wrapper {
|
||||
gap: 1rem;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user