Skip to content

Commit 020ff07

Browse files
authored
feat(vf_tiered-list.jinja): Update to have top hr on all screen sizes
1 parent 9e577aa commit 020ff07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_macros/vf_tiered-list.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{%- set has_cta = cta_content|trim|length > 0 -%}
2020

2121
<div class="u-fixed-width">
22-
<hr class="u-hide--small">
22+
<hr class="p-rule">
2323

2424
{% if has_description == true -%}
2525
{%- if is_description_full_width_on_desktop == true -%}

0 commit comments

Comments
 (0)