From c0c5ca6eb92f7ae7328e4bd19116c9e0b4dfc9e6 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Mon, 10 Feb 2020 20:39:06 -0500 Subject: [PATCH] fix --- www/application/views/home/home.php | 4 ++-- www/assets/css/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/application/views/home/home.php b/www/application/views/home/home.php index 077634b..de4c7f7 100644 --- a/www/application/views/home/home.php +++ b/www/application/views/home/home.php @@ -256,10 +256,10 @@
-

30000+ people using now

+

Join people using CoreGrade

- +
diff --git a/www/assets/css/style.css b/www/assets/css/style.css index bbbf6d0..4f3e2fc 100644 --- a/www/assets/css/style.css +++ b/www/assets/css/style.css @@ -132,7 +132,7 @@ Table of Contents */ .hero-area { width: 100%; - min-height: 80vh; + min-height: 75vh; background-image: url('../img/bg.jpg'); background-repeat: no-repeat; background-position: center;