From a07a48a9ae0f4442bd1603543bc62f4e7c4e53ee Mon Sep 17 00:00:00 2001 From: Chen-I Lim <46905241+chenilim@users.noreply.github.com> Date: Mon, 31 Jan 2022 08:48:14 -0800 Subject: [PATCH] Fix #2149. Website background. (#2185) --- website/site/static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/site/static/css/styles.css b/website/site/static/css/styles.css index 9803ce671..1b58f09ff 100644 --- a/website/site/static/css/styles.css +++ b/website/site/static/css/styles.css @@ -3440,7 +3440,7 @@ table>tbody>tr:nth-of-type(odd) { transform: skew(0deg, -5deg); background-image: linear-gradient(-135deg, #1ba4f7 0%, #4641ff 100%); height: 100%; - min-height: 1500px; + min-height: 1700px; left: 0; position: absolute; top: -15%;