You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially, the "Style as you please" card' elements looks a uncentered. A small tweak can be made for it to fix.
Suggestion how to fix
The max-width made the card's element limits its width. Removing the max-width using @media rule when the screen width is below 640px solves the problem.
See the developer console as the max-width is present: BEFORE: AFTER:
Steps to reproduce
Open Lucide site in any browser.
If in PC, minimize the browser's width until the site looks like in phone.
Scroll until section "Style as you please".
Look how the elements arranged.
Checklist
I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
The text was updated successfully, but these errors were encountered:
Browser
Operating system
Description
Initially, the "Style as you please" card' elements looks a uncentered. A small tweak can be made for it to fix.
Suggestion how to fix
The
max-width
made the card's element limits its width. Removing themax-width
using@media
rule when the screen width is below 640px solves the problem.See the developer console as the max-width is present:
BEFORE:
AFTER:
Steps to reproduce
Checklist
The text was updated successfully, but these errors were encountered: