fix: fix logo size

This commit is contained in:
Hossein Mehrabi
2023-06-01 14:12:37 +03:30
parent 9e906b1929
commit 4c2a7cd565
3 changed files with 2 additions and 3 deletions
@@ -8,7 +8,6 @@ export const codexThemeConfig: typeof baseThemeConfig = {
alt: 'Codex',
src: 'theme/image/logo-black.svg',
srcDark: 'theme/image/logo.svg',
width: 24,
height: 26,
},
},
@@ -6,7 +6,7 @@ export const logosThemeConfig: typeof baseThemeConfig = {
...baseThemeConfig.navbar,
logo: {
alt: 'Logos',
src: 'theme/image/logo-dark.svg',
src: 'theme/image/logo-black.svg',
srcDark: 'theme/image/logo.svg',
height: 26,
},
@@ -397,7 +397,7 @@ small {
}
.navbar__logo {
height: 26px;
height: 48px;
}
.dropdown__link--active {