Skip to content

Commit

Permalink
website/style: fix code block bottom margin (open-policy-agent#4526)
Browse files Browse the repository at this point in the history
The text following regular code blocks was too close. Now, the bottom
margin is the same was used with live-blocks, 1.5rem (24px).

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
  • Loading branch information
srenatus authored and rokkiter committed Apr 18, 2022
1 parent 5a6c139 commit 3389336
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/website/assets/sass/docs.sass
Expand Up @@ -126,3 +126,6 @@ $panel-header-logo-width: 85%
.dropdown-menu .dropdown-content
max-height: 55vh
overflow-y: auto

.highlight
margin-bottom: 1.5rem // matches what live-blocks does

0 comments on commit 3389336

Please sign in to comment.