Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<baseUrl>/ pathname under which your site is served
Expand Down Expand Up @@ -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,
},
},

Expand Down
2 changes: 1 addition & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ ul {
}

.navbar__logo {
margin-right: 1rem;
margin-right: 13rem;
}

/* Components design */
Expand Down