We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547730b commit 70496e4Copy full SHA for 70496e4
site/less/article.less
@@ -29,7 +29,7 @@ body > main > article {
29
}
30
img {
31
max-width: 100%;
32
- display: inline-block;
+ display: block;
33
margin: 1rem auto;
34
35
img[title^='Inline'] {
site/less/home.less
@@ -164,6 +164,7 @@ body > main > article#home {
164
> section#users {
165
text-align: center;
166
167
+ display: inline-block;
168
border-radius: 50%;
169
margin: 0;
170
0 commit comments