Skip to content

Commit 70496e4

Browse files
committed
[docs] Image formatting
1 parent 547730b commit 70496e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

site/less/article.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body > main > article {
2929
}
3030
img {
3131
max-width: 100%;
32-
display: inline-block;
32+
display: block;
3333
margin: 1rem auto;
3434
}
3535
img[title^='Inline'] {

site/less/home.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ body > main > article#home {
164164
> section#users {
165165
text-align: center;
166166
img {
167+
display: inline-block;
167168
border-radius: 50%;
168169
margin: 0;
169170
}

0 commit comments

Comments
 (0)