12 lines
118 B
CSS
12 lines
118 B
CSS
/*
|
|
* Fußzeile
|
|
*/
|
|
|
|
.footerBar{
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
}
|
|
|