add contact footer

This commit is contained in:
Imanoel Ali 2019-01-17 12:42:17 +03:30
parent c4734bcea1
commit 1b5428d2b3
2 changed files with 18 additions and 2 deletions

View file

@ -242,4 +242,15 @@ h2 {
}
ul.file-tips li {
font-size: .45em;
}
.contact {
position: absolute;
bottom: 0;
background: #ffffff7a;
width: 100%;
border-top: 1px solid #ddd;
padding: 37px;
}
.contact p {
font-size: 1em;
}