Skip to content

Commit b13b89a

Browse files
committed
docs: smaller logo for mobile version
1 parent e38c73d commit b13b89a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ module.exports = {
190190
},
191191
{
192192
label: 'Python',
193-
href: 'https://crawlee.dev/python',
193+
href: '#',
194194
target: '_self',
195195
rel: 'dofollow',
196196
},

website/src/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,12 @@ html[data-theme='dark'] .theme-doc-toc-desktop .table-of-contents .table-of-cont
384384
}
385385
}
386386

387+
@media (max-width: 400px) {
388+
.main-wrapper a[class*=sidebarLogo] img, .navbar__logo {
389+
height: 1.5rem;
390+
}
391+
}
392+
387393
html .theme-doc-sidebar-container {
388394
border: 0;
389395
}

0 commit comments

Comments
 (0)