Skip to content

Commit 836fe71

Browse files
committed
minor docs styling tweaks
1 parent e9339fa commit 836fe71

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/features/hooks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def MyComponent():
1818
return html.div(my_websocket)
1919
```
2020

21-
---
21+
2222

2323
## Use Scope
2424

@@ -34,7 +34,6 @@ def MyComponent():
3434
return html.div(my_scope)
3535
```
3636

37-
---
3837

3938
## Use Location
4039

docs/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
.md-header {
77
background-color: var(--md-footer-bg-color--dark);
88
}
9+
10+
.md-typeset :is(.admonition, details) {
11+
margin: 1em 0;
12+
}

0 commit comments

Comments
 (0)