mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Fix spacing in footer items and replace bullet with middot
This commit is contained in:
parent
13309fa828
commit
24df2c69b8
1 changed files with 7 additions and 2 deletions
|
@ -983,12 +983,17 @@ footer ul{
|
||||||
footer ul li{
|
footer ul li{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
font-size: .9rem;
|
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer ul li a,
|
||||||
|
footer ul li::after{
|
||||||
|
font-size: .9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer ul li::after{
|
footer ul li::after{
|
||||||
content: '\2022';
|
content: '\b7';
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue