forked from Bunteshaus/bunteshaus.de
22 lines
282 B
CSS
22 lines
282 B
CSS
footer {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
margin-top: 1rem;
|
|
margin-left: 1rem;
|
|
margin-right: 1rem;
|
|
flex-direction: column-reverse;
|
|
}
|
|
|
|
.footer_color {
|
|
color: var(--links);
|
|
}
|
|
|
|
.infobox {
|
|
text-align: center;
|
|
}
|
|
|
|
footer div {
|
|
margin-top: 1rem;
|
|
}
|