+ 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
3 Respostas
+ 21
@Prince
Check and find out your favourite one:
http://www.inserthtml.com/2012/02/25-icon-sets/
+ 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.
+ 3
Thanks Dayve & Maz