diff --git a/docusaurus.config.js b/docusaurus.config.js index bfc20e4b64..da615dec0c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -15,7 +15,7 @@ const katex = require("rehype-katex"); const config = { title: "Bittensor", tagline: "Developer Documentation", - favicon: "img/logo.svg", + favicon: "img/favicon.ico", // Set the production url of your site here url: "https://docs.bittensor.com", // Set the // pathname under which your site is served @@ -130,14 +130,13 @@ const config = { }, navbar: { - title: "Developer Documentation", logo: { alt: "Bittensor", src: "img/logo.svg", srcDark: "img/logo-dark-mode.svg", style: { objectFit: "contain", - width: 24, + width: 21, }, }, diff --git a/src/css/style.css b/src/css/style.css index e9963aeb44..2cafffbb07 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -1050,7 +1050,7 @@ ul { } .navbar__logo { - margin-right: 1rem; + margin-right: 13rem; } /* Components design */