Skip to content

Commit

Permalink
Fix concierge services
Browse files Browse the repository at this point in the history
  • Loading branch information
Brettm12345 committed Apr 25, 2020
1 parent 98e6ae4 commit 42df1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/conciergeServices/conciergeServices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ConciergeServices = ({ rentalPage = false }) => {
name
image {
childImageSharp {
fluid(maxWidth: 100) {
fluid(maxWidth: 1000) {
...GatsbyImageSharpFluid_withWebp
}
}
Expand Down Expand Up @@ -96,7 +96,7 @@ const ConciergeServices = ({ rentalPage = false }) => {
</List>
</Box>
<Hidden down="lg">
<Box col={0.5} minHeight="100%" overflow="hidden">
<Box pl="20px" col={0.5} minHeight="100%" overflow="hidden">
<Fade spy={selected} mountOnEnter>
<Img fluid={selected.childImageSharp.fluid} />
</Fade>
Expand Down

0 comments on commit 42df1f3

Please sign in to comment.