mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-27 22:36:06 +00:00
style(ui): adjust image width in MdxComponents for better responsiveness
This commit is contained in:
@@ -111,7 +111,7 @@ export const components: MDXComponents = {
|
||||
return (
|
||||
<Zoom zoomImg={properties.src}>
|
||||
<div className="flex-center w-full pt-2 pb-4">
|
||||
<img {...properties} alt="" className="rounded-lg sm:w-[80%]" />
|
||||
<img {...properties} alt="" className="rounded-lg sm:w-[90%]" />
|
||||
</div>
|
||||
</Zoom>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user