mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
* migrate to Next.js * migrate scripts * generate markdown pages * make all the markdown work * fix profile, fix image loading * git+ssh → git+https, again * bump packages * maybe windows build fix * add public to gitignore Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro> * Next.js v12! Webpack 5! No build hacks anymore * json import fixes * fixes Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
19 lines
317 B
CSS
19 lines
317 B
CSS
.searchWrap {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: calc(var(--spacer) * var(--line-height));
|
|
}
|
|
|
|
.section {
|
|
margin-top: calc(var(--spacer) * 2);
|
|
}
|
|
|
|
.section h3 {
|
|
font-size: var(--font-size-large);
|
|
color: var(--color-secondary);
|
|
}
|
|
|
|
.section [class*='button'] {
|
|
margin-top: var(--spacer);
|
|
}
|