Skip to content

Commit 137513d

Browse files
authored
Enhance component grid link styling for better usability (facebook#4433)
1 parent e2f210d commit 137513d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/src/css/customTheme.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,12 @@ article .component-grid {
17021702
transform: scale(1.05);
17031703
}
17041704

1705+
> a {
1706+
display: block;
1707+
height: 100%;
1708+
border-bottom: none;
1709+
}
1710+
17051711
h3 {
17061712
font-size: 16px;
17071713
font-weight: 600;

0 commit comments

Comments
 (0)