Skip to content

Commit 9071afc

Browse files
authored
Merge pull request #9145 from Chasen-Zhang/main
fix: blog's avatar size
2 parents 8ea462a + cf84ad3 commit 9071afc

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
@@ -61,3 +61,10 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
6161
}
6262
}
6363
}
64+
65+
.markdown img[src^='https://avatars.githubusercontent.com'] {
66+
max-width: 95PX;
67+
@include media{
68+
max-width: 60PX;
69+
}
70+
}

0 commit comments

Comments
 (0)