##// END OF EJS Templates
Añadí estáticos para que funcione gunicorn, no funcionó
Añadí estáticos para que funcione gunicorn, no funcionó

File last commit:

r363:be6e17b1afd8
r363:be6e17b1afd8
Show More
footer.css
77 lines | 1.0 KiB | text/css | LassoCssLexer
footer {
background-color: var(--primary);
position: relative;
margin: 0;
padding-top: 20px;
padding-bottom: 15px;
border: 0;
display: block;
color: #fff;
margin-top: 20px;
font-family: "Futura_Std";
}
.footer-tittle{
padding-top: 20px;
padding-bottom: 20px;
font-size: 1.65rem;
}
.footer-contact{
padding-left: 0;
list-style: none;
}
.footer-contact li{
display: flex;
}
.footer-social{
padding-left: 0;
list-style: none;
}
.footer-social li{
margin-bottom: 15px;
}
.footer-social a{
color: white;
text-decoration: none;
}
.footer-contact span{
margin-top: 3.5px;
margin-right: 8px;
}
.footer-contact p{
margin-bottom: 5px;
}
.social-footer{
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0;
list-style: none;
display: flex;
}
.social-footer li{
padding-right: 1em;
}
iframe.map {
display: block;
width: 50%;
position: absolute;
right: 0;
top: 0;
}
@media (min-width: 480px){
.map {
display: none;
}
}