Skip to content

Commit bbbb386

Browse files
committed
fix: remove margin vertically only
1 parent f26ef3d commit bbbb386

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

playground/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
body {
2-
margin: 0;
2+
margin-top: 0;
3+
margin-bottom: 0;
34
padding: 0;
45
font-family: sans-serif;
56
#flowchart-container,

0 commit comments

Comments
 (0)