add styles rfo

This commit is contained in:
2025-06-16 00:24:13 +03:00
parent d12a97c656
commit e3aae91ef4
16 changed files with 520 additions and 141 deletions

View File

@@ -0,0 +1,13 @@
.social-post--rfo{
display: flex;
flex-direction: column;
gap: 2rem;
border-left: 4px solid black;
margin: 8px 0;
padding-left: 24px;
}
.social-post-icons--rfo {
display: flex;
gap: 2rem;
}