Browse Source

docs: fix InstallDependencies logo logical margin (#42970)

pull/42975/head
未觉雨声 1 year ago
committed by GitHub
parent
commit
46c67ab607
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .dumi/theme/common/styles/Markdown.tsx

2
.dumi/theme/common/styles/Markdown.tsx

@ -188,7 +188,7 @@ const GlobalStyle: React.FC = () => {
align-items: center;
justify-content: center;
span {
margin-left: 8px;
margin-inline-start: 8px;
}
}
}

Loading…
Cancel
Save