Skip to content

Commit ee4ff3a

Browse files
correct p spacing in legal tools topic-summary
1 parent a8e963e commit ee4ff3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/pidgin.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,11 +526,12 @@ body article.attention {
526526
.home-narrative article.topic-summary.legal-tools .description p {
527527
font-size: 1.2em;
528528
margin-bottom: 1em;
529-
margin-bottom: 2em;
529+
/* margin-bottom: 2em; */
530530
}
531531

532532
.home-narrative article.topic-summary.legal-tools .description p:nth-of-type(2) {
533533
font-size: 1.1em;
534+
margin-bottom: 2em;
534535
}
535536

536537
.home-narrative article.topic-summary.legal-tools .description a {

0 commit comments

Comments
 (0)