1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 05:41:41 +02:00
market/src/components/organisms/Footer.module.css

17 lines
271 B
CSS
Raw Normal View History

2020-05-07 08:03:30 +02:00
.footer {
color: var(--brand-grey-light);
2020-05-07 08:03:30 +02:00
font-size: var(--font-size-small);
text-align: center;
}
.content {
padding: calc(var(--spacer) / 2);
margin-left: auto;
margin-right: auto;
max-width: var(--layout-max-width);
}
.content p {
display: inline;
}