/* .user-center { | |
max-width: 100%; | |
padding: 3%; | |
font-family: Arial, sans-serif; | |
display: flex; | |
gap: 10%; | |
background: #333; | |
} */ | |
.post-item { | |
margin-bottom: 20px; | |
} | |
.post-item h3 { | |
font-size: 1.3em; | |
margin-bottom: 8px; | |
} | |
.post-item p { | |
margin: 4px 0; | |
color: #333; | |
} | |