Skip to content

Commit be28ee1

Browse files
committed
gberry
1 parent ec97d7a commit be28ee1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

front/src/App.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ body {
360360

361361
.orange {
362362
position: absolute;
363-
width: 50px;
364-
height: 50px;
365-
background-image: url(/orange.png);
363+
width: 60px;
364+
height: 60px;
365+
background-image: url(/berry.png);
366366
background-size: contain;
367367
background-repeat: no-repeat;
368368
pointer-events: none;
@@ -384,9 +384,9 @@ body {
384384

385385
.orange-half {
386386
position: absolute;
387-
width: 50px;
388-
height: 50px;
389-
background-image: url(/orange.png);
387+
width: 60px;
388+
height: 60px;
389+
background-image: url(/berry.png);
390390
background-size: contain;
391391
background-repeat: no-repeat;
392392
pointer-events: none;

0 commit comments

Comments
 (0)