12 lines
136 B
SCSS
12 lines
136 B
SCSS
.page {
|
|
& > .container {
|
|
max-width: 800px;
|
|
margin: auto !important;
|
|
}
|
|
}
|
|
|
|
.mermaid {
|
|
width: fit-content;
|
|
margin: auto;
|
|
}
|