diff --git a/bedrock/firefox/templates/firefox/organizations/faq.html b/bedrock/firefox/templates/firefox/organizations/faq.html index 7dd8d3fdac..3c83938900 100644 --- a/bedrock/firefox/templates/firefox/organizations/faq.html +++ b/bedrock/firefox/templates/firefox/organizations/faq.html @@ -55,7 +55,7 @@ {% endtrans %}

-

{{ _('Firefox ESR Release Overview') }}

+

{{ _('Firefox ESR Release Overview') }}

{% trans %} diff --git a/media/css/firefox/organizations.less b/media/css/firefox/organizations.less index ab151ee1c3..adce9ebc0d 100644 --- a/media/css/firefox/organizations.less +++ b/media/css/firefox/organizations.less @@ -18,3 +18,9 @@ } } + +@media only screen and (min-width: @breakDesktop) { + img#release-overview { + max-width: none; + } +} diff --git a/media/img/firefox/organizations/release-overview.png b/media/img/firefox/organizations/release-overview.png index 81fd68e912..a307258b57 100644 Binary files a/media/img/firefox/organizations/release-overview.png and b/media/img/firefox/organizations/release-overview.png differ