Skip to content

Commit 5f58d09

Browse files
committed
Update _markdown.scss
1 parent 5de3a56 commit 5f58d09

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/_sass/components/_markdown.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,9 @@ div.highlighter-rouge {
479479
.sample-code-container {
480480
display: grid;
481481
grid-template-columns: 1fr 1fr;
482-
grid-gap: 20px;
482+
gap: 10px;
483+
padding: 5px;
484+
overflow: scroll;
483485
}
484486

485487
.output {
@@ -494,5 +496,5 @@ div.highlighter-rouge {
494496

495497
.form {
496498
outline: 1px solid color(gray-600);
497-
outline-offset: 4px
499+
outline-offset: 4px;
498500
}

0 commit comments

Comments
 (0)