blob: 72469e25150a35bb74a7a9347f619dbd90eb9d1d [file] [log] [blame]
Krishyae71688a2025-04-10 21:25:17 +08001/* .forum-container {
Krishya75e43c02025-04-05 21:16:30 +08002 padding: 20px;
3 background-color: #c13a3a;
4 }
5
6 .forum-post {
7 margin-bottom: 20px;
8 padding: 15px;
9 background-color: #06e7b6;
10 border: 1px solid #a70dc2;
11 border-radius: 5px;
12 }
13
14 .forum-post h2 {
15 margin: 0 0 10px;
16 }
17
18 .forum-post img {
19 max-width: 100%;
20 height: auto;
21 margin-top: 10px;
22 }
23
24 .forum-comment {
25 padding: 10px;
26 background-color: #9ae815;
27 border-radius: 5px;
Krishyae71688a2025-04-10 21:25:17 +080028 } */