From 717632d7c732fa2b3c948309f8dad8aceb9ed815 Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Thu, 12 Aug 2021 14:58:48 -0400 Subject: [PATCH] Removed border --- app/Views/welcome_message.php | 4 ++-- public/float-ev/css/style.css | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index ab97b17..1a69ad8 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -275,9 +275,9 @@
-

Float analytical, recommendation/rewards framework

+

Float analytical, recommendation/rewards framework

-
    +
    • Our platform analyzes current fleet behavior and display areas for improvement on our custom customer dashboard.
    • We provide immediate and longer term changes to improve fleet performance.
    • We integrate company data into Float recommendation engine to provide insights.
    • diff --git a/public/float-ev/css/style.css b/public/float-ev/css/style.css index a35ac1d..0bae3ad 100644 --- a/public/float-ev/css/style.css +++ b/public/float-ev/css/style.css @@ -47,6 +47,11 @@ height: 25%; } +.borderless li { + + border: none; +} + /* =================================== General ====================================== */