Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 007195e

Browse files
committed
Adjust code box to fit new example
1 parent 66d4bb8 commit 007195e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,14 @@ ul.laundry-list {
246246
padding: none;
247247
margin: none;
248248
width: 100%;
249-
min-height: 340px;
249+
min-height: 300px;
250250
font-size: 13px;
251251
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
252252
white-space: pre-wrap;
253253
}
254254

255255
#active-code {
256+
margin-top: 1rem;
256257
position: relative;
257258
display: none;
258259
padding: 10px;

0 commit comments

Comments
 (0)