home: tweak contact button typography
This commit is contained in:
parent
b81611968d
commit
f5ff30948d
@ -116,7 +116,10 @@ const BlogIndex = ({ data, location }) => {
|
||||
sx={{ textTransform: "none", fontSize: 12, p: 1.5 }}
|
||||
disableElevation
|
||||
>
|
||||
Contact us at hello@autonomic.zone
|
||||
Contact us at{" "}
|
||||
<Box component="b" pl={0.5}>
|
||||
hello@autonomic.zone
|
||||
</Box>
|
||||
</Button>
|
||||
</Box>
|
||||
</Layout>
|
||||
|
Loading…
Reference in New Issue
Block a user