Skip to content

Commit e207e55

Browse files
committed
REST API Ref: logo margin
1 parent b7d9c52 commit e207e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/api_refs/redocly.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
let pathParts = document.location.pathname.split('/').slice(0, 3);
2828
document.location = pathParts.join('/') + '/api/rest_api/rest_api_usage/rest_api_usage/';
2929
};
30-
logo.setAttribute('style', 'cursor: pointer');
30+
logo.setAttribute('style', 'cursor: pointer; margin: 13px;');
3131
}, 500);
3232
});
3333
</script>

0 commit comments

Comments
 (0)