Skip to content

Commit cf84ad3

Browse files
committed
fix: blog's avatar size
1 parent 8208d5a commit cf84ad3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/src/css/custom.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,11 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
6060
border-right-color: var(--ifm-table-border-color);
6161
}
6262
}
63+
}
64+
65+
.markdown img[src^='https://avatars.githubusercontent.com'] {
66+
max-width: 95PX;
67+
@include media{
68+
max-width: 60PX;
69+
}
6370
}

0 commit comments

Comments
 (0)