Skip to content

Commit fbaa7c2

Browse files
authored
docs: small ui fixes and new og image (#1157)
New og image Header logo set width to make the header consistent with Python GitHubButton set max height to prevent jumping on loading
1 parent 65dc880 commit fbaa7c2

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

website/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ module.exports = {
274274
// eslint-disable-next-line max-len
275275
{ name: 'og:description', content: `Crawlee helps you build and maintain your Python crawlers. It's open source and modern, with type hints for Python to help you catch bugs early.` },
276276
],
277-
image: 'img/crawlee-og.png',
277+
image: 'img/crawlee-python-og.png',
278278
footer: {
279279
links: [
280280
{

website/src/components/Homepage/LanguageInfoWidget.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
gap: 16px;
1919
& > span {
2020
line-height: 0;
21+
min-height: 28px;
2122
}
2223
a,
2324
a span {

website/src/theme/Navbar/Logo/index.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
.logoWithArrows {
1414
display: flex;
1515
align-items: center;
16+
width: 220px;
1617

1718
svg {
1819
margin: 0 2px;

website/static/img/crawlee-og.png

-150 KB
Binary file not shown.
192 KB
Loading

0 commit comments

Comments
 (0)