Skip to content

Commit d08ded2

Browse files
author
Will Bamberg
committed
Fix output padding
1 parent 98d59bb commit d08ded2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editable-samples-2/css/editable.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body {
99
width: 100%;
1010
height: 200px;
1111
background-color: white;
12-
padding: 1em;
12+
padding: 1em 0;
1313
box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.1);
1414
}
1515

0 commit comments

Comments
 (0)