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;