Krishya | 73cd882 | 2025-06-07 15:48:41 +0800 | [diff] [blame^] | 1 | /* .user-center { |
22301009 | 6401163 | 2025-06-04 21:57:22 +0800 | [diff] [blame] | 2 | max-width: 100%; |
3 | padding: 3%; | ||||
4 | font-family: Arial, sans-serif; | ||||
5 | display: flex; | ||||
6 | gap: 10%; | ||||
7 | background: #333; | ||||
Krishya | 73cd882 | 2025-06-07 15:48:41 +0800 | [diff] [blame^] | 8 | } */ |
22301009 | 6401163 | 2025-06-04 21:57:22 +0800 | [diff] [blame] | 9 | |
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 | } | ||||
Krishya | c6b2483 | 2025-06-05 20:13:20 +0800 | [diff] [blame] | 23 | |
24 |