Skip to content

Commit 426c717

Browse files
committed
Merge pull request jekyllbootstrap#6 from qiankanglai/master
Make img in posts center
2 parents 35c5c83 + 78ada63 commit 426c717

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/themes/the-minimum/css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ pre {
358358
.unit-article img {
359359
display: block;
360360
margin-left: auto;
361-
margin-left: auto;
361+
margin-right: auto;
362362
}
363363
.unit-article img.left {
364364
margin-right: 16px;

assets/themes/the-minimum/css/style.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pre {
149149
img {
150150
display: block;
151151
margin-left: auto;
152-
margin-left: auto;
152+
margin-right: auto;
153153
}
154154
img.left { margin-right: 16px; }
155155
img.right { margin-left: 16px; }

0 commit comments

Comments
 (0)