style(margin): fix maximum width and margin width for mobile based documents

This commit is contained in:
andatoshiki 2023-03-02 10:38:24 +08:00
parent 79ec95f455
commit c91567adb4

View File

@ -140,4 +140,8 @@ img.VPImage.image-src {
max-width: 100%;
}
}
.vp-doc p a + a {
margin-left: 17px;
}
// maximum document width style ends