A simple and intuitive To-Do List application to manage your tasks effectively. Features include task creation, editing, deletion.
46
stars
142
forks
source link
Fix: Center align social media icons within buttons using Flexbox #328
Closed
ahmedrazabaloch closed 3 weeks ago
Fix: Center align social media icons with Flexbox
display: flex
,justify-content: center
, andalign-items: center
to handle the centering of the icons inside each social media button.This change improves the alignment and overall layout consistency of the social media buttons across various screen sizes.
Before
After