Skip to content

Commit

Permalink
Merge pull request #736 from shanolhere/shanolhere/selectPlan-bulleti…
Browse files Browse the repository at this point in the history
…n-points

style: Changes the list style type of select plan table
  • Loading branch information
PriyaGhosal authored Oct 20, 2024
2 parents f731f16 + dddc67a commit 807e0fd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ li {
list-style: none;
}

.plansList li {
list-style-type: disc;
}

a,
img,
span,
Expand Down
44 changes: 22 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1086,15 +1086,15 @@ <h5> Starting at $850.00 per month.
</p>

</h5>
<ul>
<ul class="plansList">

<li>-> Access to top courses</li>
<li>-> Certification prep</li>
<li>-> Goal-focused recommendations</li>
<li>-> AI-powered Suggestions</li>
<li>-> Courses available in 15 languages</li>
<li>-> Lifelong access to featured courses</li>
<li>-> Courses available in 15 languages</li>
<li> Access to top courses</li>
<li> Certification prep</li>
<li> Goal-focused recommendations</li>
<li> AI-powered Suggestions</li>
<li> Courses available in 15 languages</li>
<li> Lifelong access to featured courses</li>
<li> Courses available in 15 languages</li>

</ul>
<br>
Expand All @@ -1118,15 +1118,15 @@ <h5> Starting at $1,167.00 per month.
</p>

</h5>
<ul>
<ul class="plansList">

<li>-> Access to top courses</li>
<li>-> Certification prep</li>
<li>-> Goal-focused recommendations</li>
<li>-> AI-powered Suggestions</li>
<li>-> Analytics and adoption reports</li>
<li>-> Courses available in 15 languages</li>
<li>-> Lifelong access to featured courses</li>
<li> Access to top courses</li>
<li> Certification prep</li>
<li> Goal-focused recommendations</li>
<li> AI-powered Suggestions</li>
<li> Analytics and adoption reports</li>
<li> Courses available in 15 languages</li>
<li> Lifelong access to featured courses</li>

</ul>
<br>
Expand All @@ -1149,13 +1149,13 @@ <h5> Starting at $2,000.00 per month.
</p>

</h5>
<ul>
<ul class="plansList">

<li>-> Access to top courses</li>
<li>-> Certification prep</li>
<li>-> Customizable Goal-focused recommendations</li>
<li>-> AI-powered Suggestions and Customizable implementation services</li>
<li>-> Analytics and adoption reports</li>
<li> Access to top courses</li>
<li> Certification prep</li>
<li> Customizable Goal-focused recommendations</li>
<li> AI-powered Suggestions and Customizable implementation services</li>
<li> Analytics and adoption reports</li>

</ul>
<br>
Expand Down

0 comments on commit 807e0fd

Please sign in to comment.