docs
docs copied to clipboard
consistent footer container align with logo & card list align in homPage
see the changes in the screenshot:
from this
to
from this
to
hacktoberfest-2022-vibe
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
docs | ✅ Ready (Inspect) | Visit Preview | Oct 1, 2022 at 6:40AM (UTC) |
Thank you for the PR.
Cards
For the cards that you fixed, the problem was not alignment, it was that there is a "chevron" that appears that is white so it doesn't show in light mode (see pic below in dark mode).
A fix for this potentially could be to use a CSS filter to invert the SVG colour. If you want to take that just let us know!
Footer
The footer is visually as expected, removing the padding-left
breaks the balance of the page and makes the "Product" column too close to the left of the page.
If you want to fix this I suggest making the footer container have more left padding to restore the original visual style.
Ah! please do assign how about aligning footer container in center, would that be ok or should I give more left padding on footer container. Thanks for helpful reply