mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Add Facebook button in footer
This commit is contained in:
parent
225b01f3dd
commit
e7a9790147
3 changed files with 53 additions and 0 deletions
|
@ -1396,6 +1396,10 @@ footer ul.social-media a[href^="https://twitter.com"]::before{
|
|||
background-image: url("/images/x.svg");
|
||||
}
|
||||
|
||||
footer ul.social-media a[href^="https://www.facebook.com"]::before{
|
||||
background-image: url("/images/facebook.svg");
|
||||
}
|
||||
|
||||
footer ul.social-media a[href^="https://www.instagram.com"]::before{
|
||||
background-image: url("/images/instagram.svg");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue