mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Add social media manager ask to footer
This commit is contained in:
parent
616b9677a9
commit
e972267ee8
3 changed files with 10 additions and 8 deletions
|
@ -1358,7 +1358,7 @@ footer ul.nav-links li:not(:last-child)::after{
|
|||
margin: 0 10px;
|
||||
}
|
||||
|
||||
footer > p:first-child{
|
||||
footer p.newsletter{
|
||||
line-height: 1;
|
||||
white-space: normal;
|
||||
hyphens: none;
|
||||
|
@ -1376,11 +1376,13 @@ footer > a{
|
|||
font-size: 0;
|
||||
}
|
||||
|
||||
footer > p:first-child{
|
||||
font-size: .9rem;
|
||||
footer p.social-media-manager{
|
||||
font-style: italic;
|
||||
margin-bottom: 1rem;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
footer > p:first-child::before{
|
||||
footer p.newsletter::before{
|
||||
font-family: "Fork Awesome";
|
||||
content: "\f0e0";
|
||||
display: inline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue