mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
9 lines
147 B
SCSS
9 lines
147 B
SCSS
.d2-diagram {
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
display: flex;
|
|
justify-content: center;
|
|
svg {
|
|
height: 300px;
|
|
}
|
|
} |