2019-12-11 21:34:32 +00:00
|
|
|
.footer {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
padding: 1rem 0;
|
|
|
|
background-color: #14284c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footerContent {
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 1000px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
2019-12-12 00:27:03 +00:00
|
|
|
a.footerItem {
|
2019-12-11 21:34:32 +00:00
|
|
|
padding: 0 1rem;
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|