Incorrect Spacing Between Text and X (Twitter) Promo Buttons
- Dominant language
- HTML
- Stars
- 43
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
#### **Description:**
The spacing between the descriptive text and the X (Twitter) follow buttons is not properly aligned, leading to an inconsistent visual appearance. The buttons appear too close to the text, making the layout feel cramped and less readable.
#### **Steps to Reproduce:**
1. Observe the spacing between the paragraph text and the X follow buttons.
2. Notice that there is insufficient margin or padding, making the buttons feel improperly positioned.
#### **Expected Behavior:**
There should be proper spacing between the text and the buttons to maintain a clean and readable layout. A margin or padding of around `8px-12px` would improve readability.
#### **Possible Causes:**
- Missing or insufficient `margin-bottom` on the text elements.
- The X (Twitter) button styles overriding global spacing rules.
- Incorrect flex or grid alignment.

Contributor guide
Assessment
This issue has not been assessed yet.