Skip to content

Commit

Permalink
last padding tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
emilybrick committed Oct 12, 2024
1 parent b774692 commit c148a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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>
<Box pt={3}>
<Container>
<Box
sx={{
Expand All @@ -19,7 +19,7 @@ export default function Hero() {
}}
>
<div>
<Heading sx={{fontSize: 7, lineHeight: 'condensed', pb: 3, mt: 5}}>Primer Design System</Heading>
<Heading sx={{fontSize: 7, lineHeight: 'condensed', pb: 3, mt: 6}}>Primer Design System</Heading>
<Text as="p" sx={{m: 0, fontSize: 3, pb: 0}}>
Primer is a set of guidelines, principles, and patterns for designing and building UI at GitHub.
</Text>
Expand Down

0 comments on commit c148a0d

Please sign in to comment.