diff options
| author | Jon Palmisciano <jp@jonpalmisc.com> | 2022-06-01 07:40:47 -0400 |
|---|---|---|
| committer | Jon Palmisciano <jp@jonpalmisc.com> | 2022-06-01 07:40:47 -0400 |
| commit | b79ee2f007f17d221b8788f54b5d28cd3b19b771 (patch) | |
| tree | 1a1832098ce6f2e238862f08377751088208503a /docs/docs.css | |
| parent | 6df2db145bdcc7e541c71d5843d270ecebbd6143 (diff) | |
Tweak documentation CSS, reduce footprint
- Minified vendored Juxtapose dependency
- Added missing margin below Juxtapose instances
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docs.css b/docs/docs.css index b0175b2e..23c7446d 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -8,6 +8,10 @@ background: rgba(0, 0, 0, 0); } */ +.juxtapose { + margin-bottom: 1rem; +} + code, .codehilite { background-color: #eee; |
