Removes percentage paddings on mobile
This commit is contained in:
@@ -39,10 +39,6 @@ export const Button = styled.button<ButtonInterface>`
|
||||
path {
|
||||
fill: ${props => props.color || props.theme.textColor};
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
padding: ${props => !props.isNoPadding && '6% 10%'};
|
||||
}
|
||||
`;
|
||||
|
||||
export const Link = (props: ButtonInterface) => {
|
||||
|
||||
Reference in New Issue
Block a user