Fixed footer spacing to match main site
This commit is contained in:
parent
1025e4bb1b
commit
ca502dc35e
1 changed files with 5 additions and 0 deletions
5
main.css
5
main.css
|
@ -222,8 +222,13 @@ footer {
|
|||
-moz-box-shadow: inset 0 0 10px #ccc;
|
||||
box-shadow: inset 0 0 10px #ccc;
|
||||
}
|
||||
|
||||
footer h4{
|
||||
margin-bottom:5px
|
||||
}
|
||||
footer ul li {
|
||||
display: inline-block;
|
||||
line-height: 1.5385em;
|
||||
}
|
||||
footer ul a {
|
||||
display: block;
|
||||
|
|
Reference in a new issue