Closed Nadai2010 closed 2 months ago
@Nadai2010 can I work on this?
Hey @Gift-Naomi! Thanks for showing interest. We've created an application for you to contribute to Speedrun & Scaffold Stark. Go check it out on OnlyDust!
Hi @Gift-Naomi this issue was an internal to be located, the solution has already been uploaded.
Thanks for wanting to contribute.
Hi @Gift-Naomi this issue was an internal to be located, the solution has already been uploaded.
Thanks for wanting to contribute.
Okay sir I’ll like to contribute if there are any more of issues.
Issue Overview
The
page.tsx
component currently displays Markdown lists (ul
andol
) with improper alignment compared to other Markdown elements, such as headers and paragraphs. This misalignment causes visual inconsistency and affects the readability of the content. The issue is particularly noticeable on smaller screens or devices where the extra indentation stands out more prominently.ul
,ol
,li
) appear overly indented compared to headers and paragraphs.Features Required:
Proposed Solutions or Ideas
Solution:
Update the
getMarkdownComponents
Function:getMarkdownComponents
function to apply custom CSS styles to theul
,ol
, andli
elements.padding
andmargin
values to align lists properly with headers and paragraphs.CSS Adjustments:
pl-5
for padding on the left andml-0
to remove unnecessary margins.li
) have minimal left margin (ml-2
) to balance the spacing.