Skip to content

Commit 9eea8f3

Browse files
committed
Remove text decoration from links on petition list items
1 parent 9be448d commit 9eea8f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

private/src/styles/blocks/petition-list/_main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
box-sizing: border-box;
1515
}
1616

17+
.petition-item a {
18+
text-decoration: none;
19+
}
20+
1721
.petition-item .petition-itemImage {
1822
display: flex;
1923
width: 100%;

0 commit comments

Comments
 (0)