16 lines
182 B
CSS
16 lines
182 B
CSS
/*
|
|
* Fußzeile
|
|
*/
|
|
|
|
.footerBar{
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
}
|
|
.footerBarLinkButton{
|
|
border-style: outset;
|
|
padding: 1vmin;
|
|
}
|
|
|