From 6f422e5867bfb7de142023b0e244dc2192a9214e Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Sat, 18 Oct 2025 00:19:50 +0500 Subject: [PATCH] modified: serv_nginx/bbvue/src/views/Home.vue main photo linear-gradient is delete --- serv_nginx/bbvue/src/views/Home.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/serv_nginx/bbvue/src/views/Home.vue b/serv_nginx/bbvue/src/views/Home.vue index 95e7b14..680f0f8 100644 --- a/serv_nginx/bbvue/src/views/Home.vue +++ b/serv_nginx/bbvue/src/views/Home.vue @@ -236,8 +236,7 @@ export default { /* Герой-секция */ .hero-section { - background: linear-gradient(135deg, rgba(46, 139, 86, 0.555) 0%, rgba(38, 115, 74, 0.477) 100%), - url('@/public/images/FastRun.jpg') center/cover no-repeat; + background: url('@/public/images/FastRun.jpg') center/cover no-repeat; color: white; padding: 120px 0 80px; position: relative;