mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-18 17:48:52 +08:00
8 lines
202 B
CSS
8 lines
202 B
CSS
.mermaid {
|
|
max-width: 600px; /* 限制最大宽度 */
|
|
max-height: 400px; /* 限制最大高度 */
|
|
overflow: auto; /* 允许滚动以防止超出 */
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|