Fixed another bug with broken FontAwesome icon
This commit is contained in:
parent
9acfab6803
commit
edc88502c3
@ -686,7 +686,7 @@ ul#nav li.current a { color: #11ABB0; }
|
|||||||
}
|
}
|
||||||
#call-to-action h1 span { display: none; }
|
#call-to-action h1 span { display: none; }
|
||||||
#call-to-action .header-col h1:before {
|
#call-to-action .header-col h1:before {
|
||||||
font-family: 'Font Awesome 5 Free'';
|
font-family: 'Font Awesome 5 Free';
|
||||||
content: "\f2b9";
|
content: "\f2b9";
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
font-size: 72px;
|
font-size: 72px;
|
||||||
@ -899,8 +899,8 @@ call-to-action .button {
|
|||||||
}
|
}
|
||||||
#contact h1 span { display: none; }
|
#contact h1 span { display: none; }
|
||||||
#contact h1:before {
|
#contact h1:before {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'Font Awesome 5 Free';
|
||||||
content: "\f2bb";
|
content: "\f2b9";
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
font-size: 90px;
|
font-size: 90px;
|
||||||
line-height: 90px;
|
line-height: 90px;
|
||||||
|
Loading…
Reference in New Issue
Block a user