We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c02c3 commit f7a75d5Copy full SHA for f7a75d5
src/components/sidebar.tsx
@@ -8,8 +8,6 @@ export const Sidebar = ({ children }: { children: ReactNode; }) => {
8
borderRightStyle: 'solid',
9
borderRightWidth: 2,
10
borderColor: '#242424',
11
- paddingTop: 3,
12
-
13
}}>
14
{children}
15
</aside>
0 commit comments