Skip to content

Commit 8038128

Browse files
committed
Format stylesheet with prettier to fix indentation issue
1 parent 8cd3f04 commit 8038128

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Form-Controls/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
body {
2-
background-color: rgb(249, 205, 205);
3-
color: purple;
2+
background-color: rgb(249, 205, 205);
3+
color: purple;
44
}
55

66
input {
7-
margin: 10px;
7+
margin: 10px;
88
}
99

1010
fieldset {
11-
margin: 7px;
11+
margin: 7px;
1212
}
1313

1414
div {
15-
margin: 7px;
16-
}
15+
margin: 7px;
16+
}

0 commit comments

Comments
 (0)