24 lines
354 B
CSS
24 lines
354 B
CSS
footer {
|
|
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
|
|
font-size: 0.55em;
|
|
color: #555;
|
|
zoom: 0.65
|
|
}
|
|
|
|
footer, footer p {
|
|
text-align: center
|
|
}
|
|
|
|
p.privacy {
|
|
font-size: 0.8em
|
|
}
|
|
|
|
footer .page {
|
|
border-bottom: 2px solid #CCC;
|
|
padding-bottom: 2px
|
|
}
|
|
|
|
footer .page > section {
|
|
display: inline-block;
|
|
width: 33%
|
|
} |