Fix: Remove extra left margin on "Explore Hackathons" page to eliminate horizontal scrolling
This commit addresses an issue on the "Explore Hackathons" page where an excessive left margin on larger screens was causing unnecessary horizontal scrolling. The md:ml-10 class has been removed from the relevant div to ensure that the layout is properly aligned and adjusts to the screen size without additional margins. This improvement enhances the overall user experience on desktop devices.
Fix: Remove extra left margin on "Explore Hackathons" page to eliminate horizontal scrolling This commit addresses an issue on the "Explore Hackathons" page where an excessive left margin on larger screens was causing unnecessary horizontal scrolling. The
md:ml-10
class has been removed from the relevant div to ensure that the layout is properly aligned and adjusts to the screen size without additional margins. This improvement enhances the overall user experience on desktop devices.