Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Jan 26, 2023
1 parent 8818112 commit d1eed0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.config.tsx
Expand Up @@ -18,7 +18,7 @@ import { DocsThemeConfig, useConfig, useTheme } from 'nextra-theme-docs';
const Logo = ({ height, width }: { height: number; width: number }) => {
const { theme } = useTheme();
return (
<div style={{ alignItems: 'center' }} className="flex items-center gap-2">
<div style={{ alignItems: 'center', display: 'flex', gap: '8px' }}>
<svg
width={height || 18}
height={width || 18}
Expand Down

1 comment on commit d1eed0c

@vercel
Copy link

@vercel vercel bot commented on d1eed0c Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main-livepeer.vercel.app
docs.livepeer.org
docs-livepeer.vercel.app

Please sign in to comment.