Skip to content

Commit

Permalink
fix(enrollment-index-calfresh): add list-unstyled, remove media-item …
Browse files Browse the repository at this point in the history
…class
  • Loading branch information
machikoyasuda committed Dec 6, 2024
1 parent f654b37 commit 278279f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% block media-items %}
<div class="col-12 col-sm-12 col-lg-8">
<ul class="media-list mb-5 mx-0 px-0 d-flex justify-content-center flex-column">
<ul class="mb-5 mx-0 px-0 d-flex list-unstyled justify-content-center flex-column">
{% include "enrollment/includes/media-item--contactless-card--index--calfresh.html" %}
</ul>
</div>
Expand Down

0 comments on commit 278279f

Please sign in to comment.