Skip to content

Commit 8f75a25

Browse files
committed
Fix format
1 parent ffe46f8 commit 8f75a25

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

apps/tree-todo-list/src/view/main.css

+13-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ button {
3030
}
3131

3232
body {
33-
font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
33+
font:
34+
14px 'Helvetica Neue',
35+
Helvetica,
36+
Arial,
37+
sans-serif;
3438
line-height: 1.4em;
3539
background: #f5f5f5;
3640
color: #4d4d4d;
@@ -54,7 +58,9 @@ body {
5458
background: #fff;
5559
margin: 34px 0 40px 0;
5660
position: relative;
57-
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1);
61+
box-shadow:
62+
0 2px 4px 0 rgba(0, 0, 0, 0.2),
63+
0 25px 50px 0 rgba(0, 0, 0, 0.1);
5864
}
5965

6066
.todoapp input::-webkit-input-placeholder {
@@ -297,8 +303,11 @@ body {
297303
left: 0;
298304
height: 50px;
299305
overflow: hidden;
300-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 8px 0 -3px #f6f6f6,
301-
0 9px 1px -3px rgba(0, 0, 0, 0.2), 0 16px 0 -6px #f6f6f6,
306+
box-shadow:
307+
0 1px 1px rgba(0, 0, 0, 0.2),
308+
0 8px 0 -3px #f6f6f6,
309+
0 9px 1px -3px rgba(0, 0, 0, 0.2),
310+
0 16px 0 -6px #f6f6f6,
302311
0 17px 2px -6px rgba(0, 0, 0, 0.2);
303312
}
304313

0 commit comments

Comments
 (0)