Skip to content

Commit 86a77e2

Browse files
committed
refactor: 更新 hr 样式
1 parent 8a560d2 commit 86a77e2

File tree

1 file changed

+4
-0
lines changed
  • src/BootstrapBlazor.Server/wwwroot/css

1 file changed

+4
-0
lines changed

src/BootstrapBlazor.Server/wwwroot/css/devui.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ code {
2222
--bb-code-line-height: 1.5;
2323
}
2424

25+
hr {
26+
margin: .5rem 0;
27+
}
28+
2529
pre code.hljs {
2630
padding: var(--bb-space);
2731
}

0 commit comments

Comments
 (0)