Create d2.scss

This commit is contained in:
Tom 2024-05-30 10:15:50 +01:00
parent 93ed6582a5
commit b73b969c00

9
_sass/d2.scss Normal file
View File

@ -0,0 +1,9 @@
.d2-diagram {
margin-top: 1em;
margin-bottom: 1em;
display: flex;
justify-content: center;
svg {
height: 300px;
}
}