mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
17 lines
261 B
CSS
17 lines
261 B
CSS
.header {
|
|
margin-bottom: var(--spacer);
|
|
max-width: 50rem;
|
|
}
|
|
|
|
.title {
|
|
font-size: var(--font-size-h2);
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.description {
|
|
font-size: var(--font-size-large);
|
|
margin-top: calc(var(--spacer) / 4);
|
|
margin-bottom: 0;
|
|
}
|