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 }}
|
sx={{ textTransform: "none", fontSize: 12, p: 1.5 }}
|
||||||
disableElevation
|
disableElevation
|
||||||
>
|
>
|
||||||
Contact us at hello@autonomic.zone
|
Contact us at{" "}
|
||||||
|
<Box component="b" pl={0.5}>
|
||||||
|
hello@autonomic.zone
|
||||||
|
</Box>
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user