Center mermaid diagram

This commit is contained in:
Saoud Rizwan 2025-02-18 18:54:30 -08:00
parent 04f8c294c2
commit ac4ca51ced

View file

@ -174,4 +174,6 @@ const SvgContainer = styled.div<SvgContainerProps>`
min-height: 20px;
transition: opacity 0.2s ease;
cursor: pointer;
display: flex;
justify-content: center;
`