From f4be726fde31dac926052b03f5dc666fd4dd4783 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Tue, 1 Sep 2020 01:26:10 -0700 Subject: Use 1080p background image. This makes the background image on the top page 1/3 as big and allows it to load in roughly half the time. PiperOrigin-RevId: 329462030 --- website/_sass/front.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/_sass') diff --git a/website/_sass/front.scss b/website/_sass/front.scss index 0e4208f3c..f1b060560 100644 --- a/website/_sass/front.scss +++ b/website/_sass/front.scss @@ -1,5 +1,5 @@ .jumbotron { - background-image: url(/assets/images/background.jpg); + background-image: url(/assets/images/background_1080p.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; -- cgit v1.2.3