Removed border

This commit is contained in:
Olu Amey
2021-08-12 14:58:48 -04:00
parent b92a8dc34d
commit 717632d7c7
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -275,9 +275,9 @@
<div class="row">
<div class="col-6 col-lg-6" style="text-aligh:right;">
<div class="heading-area">
<h4 class="heading wow slideInLeft">Float analytical, recommendation/rewards framework</h4>
<h4 class="heading wow slideInLeft"><b>Float analytical, recommendation/rewards framework</b></h4>
</div>
<ul class="list-group">
<ul class="list-group borderless">
<li class="list-group-item">Our platform analyzes current fleet behavior and display areas for improvement on our custom customer dashboard.</li>
<li class="list-group-item">We provide immediate and longer term changes to improve fleet performance.</li>
<li class="list-group-item">We integrate company data into Float recommendation engine to provide insights.</li>
+5
View File
@@ -47,6 +47,11 @@
height: 25%;
}
.borderless li {
border: none;
}
/* ===================================
General
====================================== */