Skip to content

Commit 4bad12c

Browse files
committed
Increase persona image height
1 parent 3a074a1 commit 4bad12c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pages/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ const Section = styled.div`
8989
@media (max-width: ${(props) => props.theme.breakpoints.m}) {
9090
margin-right: 2rem;
9191
}
92+
@media (max-width: ${(props) => props.theme.breakpoints.s}) {
93+
margin-right: 0;
94+
}
9295
9396
& > h2 {
9497
margin-top: 1rem;
@@ -406,7 +409,7 @@ export default HomePage
406409
export const personaImage = graphql`
407410
fragment personaImage on File {
408411
childImageSharp {
409-
fixed(height: 100) {
412+
fixed(height: 200) {
410413
...GatsbyImageSharpFixed
411414
}
412415
}

0 commit comments

Comments
 (0)