Implementação do rodapé

This commit is contained in:
eduardogusmao
2019-09-02 19:28:52 -03:00
parent ac035071ec
commit ee8345d785
10 changed files with 139 additions and 88 deletions

View File

@@ -1003,10 +1003,10 @@ i.icon {
a {
color: #919191;
}
background: #ffffff url([[pix:theme|bg/bg_footer]]) no-repeat;
background-size: cover;
.footer-main {
background: #eaeaea url([[pix:theme|bg/footer]]) no-repeat;
background-size: contain;
padding: 30px 0 54px;
padding: 160px 0 50px;
h2 {
font-weight: 100;
line-height: 36px;
@@ -1015,14 +1015,15 @@ i.icon {
color: #888888;
}
p {
color: #919191;
line-height: 22px;
color: #31539d;
font-size: 14px;
line-height: 21px;
}
.infoarea {
padding: 24px 0 0;
.footer-logo {
max-width: 251px;
margin: 0 0 18px;
//max-width: 251px;
//margin: 0 0 18px;
a {
display: block;
img {