Social Icons aren't looking great. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Social Icons aren't looking great.

What can i do to solve this issue. They look good on PC. https://code.sololearn.com/WRPnJofeDnND/?ref=app

15th May 2017, 6:12 PM
Prince Saini
Prince Saini - avatar
3 Answers
+ 21
@Prince Check and find out your favourite one: http://www.inserthtml.com/2012/02/25-icon-sets/
15th May 2017, 6:26 PM
Dev
Dev - avatar
+ 13
@media(max-width: 767px){ .fa{font-size:1.2em; } } What about mediaqueries? This line above, will works for smartphone only (from 767px to 0px, but you can specify different sizes) Paste it in your CSS for see the difference, you can modify other rules in the same mediaqueries! ^_^ • Link provided by Davye can be helpful if you don't want to use font-awesome, there are valid alternatives.
15th May 2017, 6:51 PM
Maz
Maz - avatar
+ 3
Thanks Dayve & Maz
19th May 2017, 12:56 PM
Prince Saini
Prince Saini - avatar