Skip to content

Commit 96c5f0c

Browse files
committed
fix: explicit margin/padding reset on breadcrumb trail for consistency
1 parent 00fbe59 commit 96c5f0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_sass/primera-vez.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
gap: 0.75rem;
1818
letter-spacing: 0.08em;
1919
list-style: none;
20+
margin: 0;
21+
padding: 0;
2022

2123
a {
2224
color: $vm-white;

0 commit comments

Comments
 (0)