Skip to content

Commit e098637

Browse files
committed
chore: use hyphen for consistency
1 parent 7effaea commit e098637

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

File renamed without changes.

layouts/shortcodes/markmap.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@
66
{{ $fileContent := readFile $filePath }}
77

88
<style>
9-
.markmap > svg {
9+
.markmap {
1010
width: 100%;
1111
height: 1000px;
12+
display: flex;
13+
justify-content: center;
14+
margin-bottom: 100px;
15+
}
16+
.markmap > svg {
17+
max-width: 70%;
1218
border: 1px solid;
1319
}
1420
</style>

0 commit comments

Comments
 (0)