Change .fa class style text-decoration property to none
This commit is contained in:
@ -96,6 +96,10 @@ h1, h2, h3, h4, h5, h6, p, li {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.fa:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.img-center {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user