Erster Commit für das redesign2018

This commit is contained in:
marko
2018-05-05 17:09:49 +02:00
parent 6ca5c75f0c
commit 1372a27f67
61 changed files with 9118 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/*
* Fußzeile
*/
.footerBar{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.footerBarLinkButton{
border-style: outset;
padding: 1vmin;
}