💄 Fixed the SVG image fixed width pixes over the div DOM.

This commit is contained in:
凡梦星尘 2022-08-13 14:31:43 +08:00
parent 3965c0c108
commit cbc39591d2

View File

@ -76,4 +76,8 @@
width: 100%; width: 100%;
} }
} }
svg {
max-width: 98%;
}
} }