fix: homepage ad size

This commit is contained in:
AykutSarac 2023-05-14 15:04:19 +03:00
parent bde046a4f4
commit a34c7120c9
No known key found for this signature in database

View File

@ -414,4 +414,8 @@ export const StyledAffiliate = styled.div`
justify-content: space-between;
align-items: center;
gap: 3rem;
.carbon-outer {
max-width: 430px;
}
`;