1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00
This commit is contained in:
Matthias Kretschmann 2019-01-22 17:14:02 +01:00
parent a37ed4cb0e
commit eaadda98a8
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
@media (min-width: $break-point--medium) {
width: 27%;
margin-bottom: 0;
margin-top: 0;
order: 1;
+ .main {

View File

@ -212,7 +212,7 @@ const PropertyWrapper = ({ property, sourceUrl, parentAnchor }) => {
<div className={styles.deprecation}>
<strong>Deprecated</strong>: use{' '}
<code>
<a href={`#${parentAnchor}/${slugify(deprecatedUse)}`}>
<a href={`#${parentAnchor}-${slugify(deprecatedUse)}`}>
{deprecatedUse}
</a>
</code>{' '}