Update docs: change image width (#256)

Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
This commit is contained in:
Carson Yang
2023-09-05 20:51:50 +08:00
committed by GitHub
parent cd455b2a79
commit 1ba3d72a8a
8 changed files with 114 additions and 60 deletions

View File

@@ -0,0 +1,7 @@
.docs-content .main-content img, .docs-content .main-content svg {
max-width: 80% !important;
height: auto;
display: block !important;
margin: 0 auto !important;
border-radius: .25rem;
}