mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
15 lines
254 B
CSS
15 lines
254 B
CSS
.searchWrap {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: calc(var(--spacer) * var(--line-height));
|
|
}
|
|
|
|
.latest {
|
|
margin-top: calc(var(--spacer) * 2);
|
|
}
|
|
|
|
.latest h3 {
|
|
font-size: var(--font-size-large);
|
|
color: var(--color-secondary);
|
|
}
|