Fixed bug with broken FontAwesome icon
This commit is contained in:
parent
9fe5743bd4
commit
9acfab6803
4
css/layout.css
Executable file → Normal file
4
css/layout.css
Executable file → Normal file
@ -686,8 +686,8 @@ 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: 'FontAwesome';
|
font-family: 'Font Awesome 5 Free'';
|
||||||
content: "\f0ac";
|
content: "\f2b9";
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
font-size: 72px;
|
font-size: 72px;
|
||||||
line-height: 72px;
|
line-height: 72px;
|
||||||
|
Loading…
Reference in New Issue
Block a user