diff --git a/release-dashboard/index.md b/release-dashboard/index.md index e96559eb27..d3ea7182ef 100644 --- a/release-dashboard/index.md +++ b/release-dashboard/index.md @@ -48,16 +48,6 @@ metrics_height_mobile: 6000 width: 100%; border: none; } - @media only screen and (min-width: 768px) { - iframe { - height: {{ page.benchmark_height_desktop }}px; - } - } - @media only screen and (max-width: 767px) { - iframe { - height: {{ page.benchmark_height_mobile }}px; - } - } .modal { display: none; position: fixed; @@ -183,7 +173,7 @@ metrics_height_mobile: 6000