diff --git a/website/src/components/HomepageHeader.less b/website/src/components/HomepageHeader.less index fbe8db38..b0ba2b71 100644 --- a/website/src/components/HomepageHeader.less +++ b/website/src/components/HomepageHeader.less @@ -98,5 +98,9 @@ .screenshot { margin-bottom: 3rem; + + > img { + max-width: 1090px; + } } } diff --git a/website/static/img/hero-dark.png b/website/static/img/hero-dark.png index 899895e9..c3c09fc4 100644 Binary files a/website/static/img/hero-dark.png and b/website/static/img/hero-dark.png differ diff --git a/website/static/img/hero-light.png b/website/static/img/hero-light.png index 7b10814a..93feab53 100644 Binary files a/website/static/img/hero-light.png and b/website/static/img/hero-light.png differ