blob: 79caaf6766a4e8ac0b7a8b1ff7630586abae8c59 [file] [log] [blame] [edit]
/* .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;
}