diff --git a/sport/app/football/views/wallchart/knockoutMatch.scala.html b/sport/app/football/views/wallchart/knockoutMatch.scala.html index 49774cb9a3e..eb31cd4417b 100644 --- a/sport/app/football/views/wallchart/knockoutMatch.scala.html +++ b/sport/app/football/views/wallchart/knockoutMatch.scala.html @@ -21,10 +21,7 @@
@if(round.name.contains("Final")) { -
- @fragments.inlineSvg(competition.finalMatchSVG.getOrElse("euro_2020_badge"), "badges", List("world__cup-svg", "world__cup-badge", "bigfatfinal__image")) -
Final
-
+
Final
} @if(fm.isFixture){
diff --git a/static/src/stylesheets/module/football/_overview.scss b/static/src/stylesheets/module/football/_overview.scss index be4e05bd50b..35fb5626b60 100644 --- a/static/src/stylesheets/module/football/_overview.scss +++ b/static/src/stylesheets/module/football/_overview.scss @@ -442,10 +442,6 @@ margin-left: 1px; } - .bigfatfinal__image__svg { - height: 80px; - } - @include mq(desktop) { display: block; }