mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-09 10:47:05 +00:00
27 lines
350 B
CSS
27 lines
350 B
CSS
.footer {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
padding-top: 10px;
|
|
padding-bottom: 30px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.footer .row {
|
|
margin: 0;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.footer a {
|
|
color: #200C36;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.footer a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.footer > div {
|
|
width: 200px;
|
|
}
|