Skip to content

Commit

Permalink
style: fill entire width confirm product details (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum authored Oct 10, 2023
1 parent b845d73 commit 94b2f69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import styled from "styled-components";
import { ContainerProductPage, ProductButtonGroup } from "../Product.styles";

export const ConfirmProductDetailsContainer = styled(ContainerProductPage)`
max-width: 65.588rem;
margin: 0 auto;
padding-bottom: 10.875rem;
${breakpoint.m} {
max-width: unset;
}
`;

export const CollapseContainer = styled.div`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const AgreeToTermsAndSellerAgreement: React.FC<
});

return (
<Grid flexDirection="column">
<Grid flexDirection="column" alignItems="flex-start">
<Checkbox
name="confirmProductDetails.acceptsTerms"
text={
Expand Down

0 comments on commit 94b2f69

Please sign in to comment.