mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
fixes
This commit is contained in:
parent
a37ed4cb0e
commit
eaadda98a8
@ -14,6 +14,7 @@
|
|||||||
@media (min-width: $break-point--medium) {
|
@media (min-width: $break-point--medium) {
|
||||||
width: 27%;
|
width: 27%;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
margin-top: 0;
|
||||||
order: 1;
|
order: 1;
|
||||||
|
|
||||||
+ .main {
|
+ .main {
|
||||||
|
@ -212,7 +212,7 @@ const PropertyWrapper = ({ property, sourceUrl, parentAnchor }) => {
|
|||||||
<div className={styles.deprecation}>
|
<div className={styles.deprecation}>
|
||||||
<strong>Deprecated</strong>: use{' '}
|
<strong>Deprecated</strong>: use{' '}
|
||||||
<code>
|
<code>
|
||||||
<a href={`#${parentAnchor}/${slugify(deprecatedUse)}`}>
|
<a href={`#${parentAnchor}-${slugify(deprecatedUse)}`}>
|
||||||
{deprecatedUse}
|
{deprecatedUse}
|
||||||
</a>
|
</a>
|
||||||
</code>{' '}
|
</code>{' '}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user