mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-28 09:42:55 +00:00
fix padding for footer
This commit is contained in:
parent
1b5428d2b3
commit
6d62c8de75
1 changed files with 2 additions and 1 deletions
|
@ -249,7 +249,8 @@ ul.file-tips li {
|
||||||
background: #ffffff7a;
|
background: #ffffff7a;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
padding: 37px;
|
padding: 1px;
|
||||||
|
z-index: 99999;
|
||||||
}
|
}
|
||||||
.contact p {
|
.contact p {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue