blob: fe7b3bd4e2439db4b470f901cbf4bb1376c7e975 [file] [log] [blame]
.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;
}