hywax / mafl

Minimalistic flexible homepage
https://mafl.hywax.space
MIT License
348 stars 21 forks source link

[FEATURE_REQUEST] xsmall grid option #126

Open MG-Sky opened 3 months ago

MG-Sky commented 3 months ago

Is your feature request related to a problem? If so, please describe.

I see small grid value ends on ~600px on the phone ~380-450 only one column is shown

Describe the solution you'd like

can you add xsmall option to enable two or more columns option on small screens?

h(()=>["grid", >>>>>"grid-cols-1"<<<<<<<, sm:grid-cols-${e.grid.small}, md:grid-cols-${e.grid.medium}, lg:grid-cols-${e.grid.large}, xl:grid-cols-${e.grid.xlarge}, "gap-1", "lg:gap-2", "lg:gap-y-4"]); return (n,a)=>{

Priority

Low (Nice-to-have)

Is this something you would be keen to implement

None

hywax-assistant commented 3 months ago

👋 @MG-Sky Thanks for opening your first issue here! To help make it easier for us to investigate your issue, please follow the contributing guidelines.

If you like this project, please ⭐ star our repo.