Use svg rather than png for 1st place tournament trophy

This commit is contained in:
Mark Henle 2018-05-04 17:24:24 -04:00
parent 1d96fa596f
commit b1f04c8c87

View file

@ -154,7 +154,7 @@ div.create_tournament {
#tournament .podium .first .trophy {
height: 150px;
width: 195px;
background: url(../images/icons/trophy-1.png) no-repeat;
background: url(../images/icons/trophy-1.svg) no-repeat;
background-size: cover;
}
#tournament .podium .second .trophy {