Skip to content

Commit

Permalink
website/style: fix code block bottom margin (#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 committed Mar 31, 2022
1 parent 51181a8 commit 7aef477
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 7aef477

Please sign in to comment.