fix logo sizing

This commit is contained in:
checktheroads 2020-02-14 16:20:16 -07:00
parent a0c3dfbea3
commit 9f6492b293

View file

@ -85,6 +85,7 @@ export default React.forwardRef(({ onClick, isSubmitting, ...props }, ref) => {
_hover={{ textDecoration: "none" }}
justifyContent={btnJustify[isSubmitting]}
px={0}
maxW={["90%", "90%", "25%", "25%"]}
{...props}
>
<MatchedMode