Footer content

This commit is contained in:
2022-10-29 22:06:49 +02:00
parent 3b550058ec
commit 47f8fdb900
2 changed files with 46 additions and 2 deletions

View File

@ -35,6 +35,34 @@
padding: 20px;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
font-size: 1.1em;
.spacer {
flex-grow: 1;
}
.footerContent {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
.divider {
margin: 0 10px;
}
.socialIcon {
color: inherit;
text-decoration: none;
height: 1em;
}
}
}
h1 {