pccoe-acm-hacktoberfest-2023 / Education-Institute-frontend

Frontend website using HTML, CSS and jQuery.
0 stars 2 forks source link

[FIX]: Ensure Proper Alignment in Footer Elements #14

Open patil-rushikesh opened 2 weeks ago

patil-rushikesh commented 2 weeks ago

Description: The elements in the footer, such as social media icons, contact information, and navigation links, are misaligned. On smaller screens, they may appear out of place or in an irregular order, making the footer look cluttered and unorganized.

Solution: Use CSS Flexbox or Grid to structure the footer content, ensuring that elements are evenly spaced and aligned properly both on desktop and mobile. Make sure to test the layout on various screen sizes and use media queries to adjust the alignment based on the screen width, ensuring that the footer remains clean and visually appealing.