##// END OF EJS Templates
Update templates
Update templates

File last commit:

r35:1d0c19b50218
r35:1d0c19b50218
Show More
footer.css
39 lines | 563 B | text/css | LassoCssLexer
footer {
background-color: #0071b8;
position: relative;
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-size: 100%;
font: inherit;
display: block;
color: #fff;
font-size: 14px;
}
.footer-contact{
padding-top: 20px;
padding-bottom: 20px;
list-style: none;
}
.social-footer{
padding-bottom: 45px;
list-style: none;
}
iframe.map {
display: block;
width: 50%;
position: absolute;
right: 0;
top: 0;
}
@media (min-width: 480px)
{
.map {
display: none;
}
}