Palm-Tree-CSS / palm-tree-css

🌴 Minimalist. Modern. Simple. 🌴 An open source CSS library.
https://palm-tree-css.vercel.app/
MIT License
17 stars 4 forks source link

Fix grid responsive #62

Closed 0s1n closed 7 months ago

0s1n commented 7 months ago
          > Still not working. ![imagen](https://private-user-images.githubusercontent.com/95647031/320169420-f26e1a41-bef1-4960-b214-93bc63fbb721.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTIzNjgyNTksIm5iZiI6MTcxMjM2Nzk1OSwicGF0aCI6Ii85NTY0NzAzMS8zMjAxNjk0MjAtZjI2ZTFhNDEtYmVmMS00OTYwLWIyMTQtOTNiYzYzZmJiNzIxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDA2VDAxNDU1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI5NWU2YzE3MThkZmQ0MjI5ZjYzMmY3OGU4MGU4MTkyZDRiMmU4ZGVhMWI1ODVkNzdlZDBmNjY5MDhhYjQwYzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.wAeX9t8jgRuxjiBrj3-72f8Ch-kJIGbgF-0DKCB6wWo)

@0s1n Fixed again. There is a error with the grid responsive but we can work this in another issue.

The problem is that it should show 4 columns on the desktop:
image

Also, we need to check the horizontal spacing on mobile: image

Originally posted by @adonyssantos in https://github.com/adonyssantos/palm-tree-css/issues/60#issuecomment-2040853572

joer9514 commented 7 months ago

@adonyssantos The horizontal space that you mention, corresponds to the scroll

adonyssantos commented 7 months ago

@adonyssantos The horizontal space that you mention, corresponds to the scroll

Thanks!!