Skip to content

Commit

Permalink
docs: change margin (#28908)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Dec 24, 2024
1 parent 17f1ec8 commit 5991b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/theme/DocItem/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default function DocItemLayout({children}) {
flexDirection: "column",
alignItems: "flex-end",
float: "right",
marginLeft: 12,
}}>
{linkColab && (<a target="_blank" href={linkColab}>
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
Expand Down

0 comments on commit 5991b45

Please sign in to comment.