Skip to content

Commit

Permalink
Merge pull request #12 from boatnoodle/develop
Browse files Browse the repository at this point in the history
update landing page styled
  • Loading branch information
ghostza1209 authored Feb 20, 2020
2 parents a6a186b + 5212958 commit 8caef09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions frontend/components/Carousel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ const carouselSettings = {
autoHeight: false,
buttonsDisabled: true,
startIndex: 0,
stagePadding: {
paddingLeft: 0, // in pixels
paddingRight: 0,
},
fadeOutAnimation: true,
};
const baseButtonStyle = css`
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const CardComponent = Styled.div`
`;
const CardWrapper = Styled.div`
padding: 20px;
padding: 20px 0;
`;

const Title = Styled.div`
Expand Down

0 comments on commit 8caef09

Please sign in to comment.