🔥 refactor(custom-component.mdx): remove width property from style to improve responsiveness and avoid fixed width

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-09 09:49:25 -03:00
commit 3b04048e75

View file

@ -65,7 +65,6 @@ class DocumentProcessor(CustomComponent):
light: "img/document_processor.png",
}}
style={{
width: "40%",
margin: "0 auto",
display: "flex",
justifyContent: "center",