From 9d1818d388c948818dd680dbf3846f37481c3432 Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Thu, 5 Aug 2021 19:33:57 -0400 Subject: [PATCH] home banner adjusted --- app/Views/welcome_message.php | 2 +- public/float-ev/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index ae32dca..f396b9a 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -56,7 +56,7 @@
- diff --git a/public/float-ev/css/style.css b/public/float-ev/css/style.css index 8fa1b2c..66407a3 100644 --- a/public/float-ev/css/style.css +++ b/public/float-ev/css/style.css @@ -602,7 +602,7 @@ header a.logo img { .banner-area{ background-image: url("../images/home-banner.jpg"); - height: 100vh; + height: 80vh; background-repeat: no-repeat; background-size: cover; padding: 0;