Design comparison
Solution retrospective
Can someone help me writing media queries or give me some resources?
Community feedback
- @OmprakashRPosted over 1 year ago
Hi, congratulations!!!
You are doing a grat job with Tailwindcss. as you mention are you facing challnege for resposive design with Tailwindcss.
You code
flex items-center justify-center gap-[30px]
for top banner group dives find the same code in your html file.We need to add the flex-direction for the flex-row and flex-col mainly we can use min width approch in Tailwindcss so plese change a code
flex items-center justify-center gap-[30px] flex-col md:flex- row
chnages tthis approch for the other sections. for desktop its working in group and for mobile this is working in columns.flnd the media for tailwindcss
I hpe this is helpful for you!!
Thank You!!!!!!
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord