fix: Inconsistent header padding, closes #3115
This commit is contained in:
@@ -131,7 +131,7 @@ const Wrapper = styled(Flex)<{ $passThrough?: boolean }>`
|
||||
}
|
||||
|
||||
${breakpoint("tablet")`
|
||||
padding: 16px 16px 0;
|
||||
padding: 16px;
|
||||
justify-content: center;
|
||||
`};
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user