Skip to content

Commit

Permalink
removed padding
Browse files Browse the repository at this point in the history
  • Loading branch information
emilybrick committed Oct 12, 2024
1 parent 5dc0e68 commit b774692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@primer/gatsby-theme-doctocat/components/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Container} from '@primer/gatsby-theme-doctocat'
export default function Hero() {
return (
<ThemeProvider colorMode="night" nightScheme="dark_dimmed">
<Box pt={3}>
<Box>
<Container>
<Box
sx={{
Expand Down

0 comments on commit b774692

Please sign in to comment.