1
0
Fork 0
CrisisFlag/webroot/css/footer.css

66 lines
861 B
CSS

@font-face {
font-family: Heavitas;
src: url(../font/Heavitas.woff);
}
/***********/
/* default */
/***********/
/* footer */
.footer {
height: 164px;
background-color: #303030;
text-align: center;
font-size: 1.2rem;
padding: 3rem;
}
/*
.footer p.slogan {
font-family: Heavitas;
text-align: center;
color: #8d9093;
font-size: 1.2rem;
margin: 0 0 1rem;
}
*/
.footer p.copywrite {
text-align: center;
color: #8f9296;
font-size: 0.875rem;
margin: 0;
}
.footer .links {
text-align: center;
}
.footer .links a {
list-style: none;
font-weight: bold;
color: #ffffff;
padding: 3rem 0 2rem;
margin: 0;
}
.footer .links a::after {
content: "•";
padding: 0 0.5rem 0 0.8rem;
}
.footer .links a:last-child::after {
content: "";
padding: 0 0.4rem 0 0.8rem;
}
.footer-logo {
max-height: 20px !important;
}