Skip to content

Commit e1c3a61

Browse files
authored
Update soccer.css
wrong background URL and field height
1 parent bd743f7 commit e1c3a61

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

2-ui/3-event-details/4-mouse-drag-and-drop/2-drag-heroes/source.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)