blob: 79caaf6766a4e8ac0b7a8b1ff7630586abae8c59 [file] [log] [blame]
Krishya73cd8822025-06-07 15:48:41 +08001/* .user-center {
2230100964011632025-06-04 21:57:22 +08002 max-width: 100%;
3 padding: 3%;
4 font-family: Arial, sans-serif;
5 display: flex;
6 gap: 10%;
7 background: #333;
Krishya73cd8822025-06-07 15:48:41 +08008} */
2230100964011632025-06-04 21:57:22 +08009
10.post-item {
11 margin-bottom: 20px;
12}
13
14.post-item h3 {
15 font-size: 1.3em;
16 margin-bottom: 8px;
17}
18
19.post-item p {
20 margin: 4px 0;
21 color: #333;
22}
Krishyac6b24832025-06-05 20:13:20 +080023
24