16 lines
158 B
CSS
16 lines
158 B
CSS
/*
|
|
* Fußzeile
|
|
*/
|
|
|
|
.footerBar{
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
}
|
|
|
|
.footerBar amp-img{
|
|
max-width: 1em;
|
|
}
|
|
|