Skip to content

Commit a1445b9

Browse files
committed
m css
1 parent 4b85519 commit a1445b9

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

_sass/_base.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,3 @@ pre {
204204
}
205205
}
206206
}
207-
208-
209-
210-
.markdown-body img {
211-
max-width: 600px;
212-
height: auto;
213-
}

assets/css/common.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,10 @@
187187
.center {
188188
text-align: center;
189189
margin: 0 auto;
190-
}
190+
}
191+
192+
193+
.markdown-body img {
194+
max-width: 600px;
195+
height: auto;
196+
}

0 commit comments

Comments
 (0)