Skip to content

Commit 38ffdad

Browse files
authored
Merge pull request #744 from NexGenUA/patch-2
Update soccer.css
2 parents dccf16a + 3b8b8a9 commit 38ffdad

File tree

1 file changed

+2
-2
lines changed
  • 2-ui/3-event-details/4-mouse-drag-and-drop/2-drag-heroes/solution.view

1 file changed

+2
-2
lines changed

2-ui/3-event-details/4-mouse-drag-and-drop/2-drag-heroes/solution.view/soccer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ html, body {
44
}
55

66
#field {
7-
background: url(field.svg);
7+
background: url(https://js.cx/drag-heroes/field.png);
88
width: 800px;
9-
height: 500px;
9+
height: 600px;
1010
float: left;
1111
}
1212

0 commit comments

Comments
 (0)