creativetimofficial / tailwind-starter-kit

Tailwind Starter Kit a beautiful extension for TailwindCSS, Free and Open Source
https://www.creative-tim.com/learning-lab/tailwind-starter-kit#/presentation
MIT License
5.69k stars 886 forks source link

🎨 Make footer social links consistent #9

Closed JideLambo closed 3 years ago

JideLambo commented 3 years ago

Social media links on footer didn't have the same border-radius like the other pages.

einazare commented 3 years ago

Hello there, @JideLambo ,

Thank you for this PR and for noticing this issue. Please change all the occurences of

bg-white text-blue-400 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2

with

bg-white text-blue-400 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3

We need the same code in all of our frameworks (HTML, VueJS, React, Angular).

When this will be done, we'll accept and merge this PR.

Best, Manu