Skip to content

Commit fef9ebc

Browse files
fix: Reduce LinkedIn and X icon sizes in community CTA
- Reduce SVG icons from 24px to 18px for better visual balance - Add flex-shrink: 0 to prevent icon distortion
1 parent 34e4120 commit fef9ebc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

styles/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,10 @@ body {
802802
}
803803

804804
.community-social-link svg {
805-
width: 24px;
806-
height: 24px;
805+
width: 18px;
806+
height: 18px;
807807
fill: currentColor;
808+
flex-shrink: 0;
808809
}
809810

810811
.community-social-link .social-name {

0 commit comments

Comments
 (0)