From 934757e36af57ce215b41373f19aaa3aa2a9adfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Kopeck=C3=BD?= Date: Tue, 5 Dec 2023 23:12:34 +0100 Subject: [PATCH] Fix gradient size --- src/assets/less/components/landing-bottom.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/less/components/landing-bottom.less b/src/assets/less/components/landing-bottom.less index 522950a7f..5038092fc 100644 --- a/src/assets/less/components/landing-bottom.less +++ b/src/assets/less/components/landing-bottom.less @@ -557,8 +557,9 @@ right: 0; position: absolute; width: 1003px; - height: 472px; + height: 100%; background: url("../../img/landing/new/dev-friendly/dev-friendly-gradient.svg") no-repeat; + background-size: cover; } }