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 fae4984 commit cb2a17eCopy full SHA for cb2a17e
src/Header.js
@@ -15,9 +15,15 @@ function Header({gitHub, adminLinks}) {
15
<Box margin="medium" style={{position: 'absolute', top: 0, right: 0}}>
16
<Avatar gitHub={gitHub} adminLinks={adminLinks} />
17
</Box>
18
- <PostBox>
+ <Box
19
+ pad={{horizontal: 'medium'}}
20
+ style={{
21
+ maxWidth: 704,
22
+ width: '100%',
23
+ }}>
24
<Box
- pad={{horizontal: 'medium'}}
25
+ style={{maxWidth: 704, width: '100%'}}
26
+ pad={{top: 'medium', horizontal: 'medium'}}
27
border={{
28
size: 'xsmall',
29
side: 'bottom',
@@ -40,7 +46,7 @@ function Header({gitHub, adminLinks}) {
40
46
</Link>
41
47
</Heading>
42
48
43
- </PostBox>
49
+ </Box>
44
50
</>
45
51
);
52
}
0 commit comments