Skip to content

Commit 0162df2

Browse files
committed
fix img overflow problem
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent 7374f45 commit 0162df2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/assets/css/basic.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ h3::before {
6363
content: "# ";
6464
}
6565

66+
.markdown-container img {
67+
max-width: 100%;
68+
}
69+
6670
.markdown-container h1,
6771
.cm-header-1 {
6872
font-size: 30px;

0 commit comments

Comments
 (0)