good morning!!!!

Skip to content
Snippets Groups Projects
Commit 91e633d9 authored by Aly Bartulio's avatar Aly Bartulio
Browse files

a spacing issue i am hoping will work on mobile

parent 1853f43f
Branches
Tags
No related merge requests found
...@@ -68,7 +68,7 @@ export const Fractional: React.FC = () => { ...@@ -68,7 +68,7 @@ export const Fractional: React.FC = () => {
</Typography> </Typography>
</Box> </Box>
</Box> </Box>
<Box paddingX={{ xs: 2, md: 4 }} textAlign="center"> <Box paddingX={{ xs: 4, md: 4 }} textAlign="center">
<Box <Box
sx={{ sx={{
flexBasis: "60%", flexBasis: "60%",
......
...@@ -62,7 +62,7 @@ export const Highlights: React.FC = () => { ...@@ -62,7 +62,7 @@ export const Highlights: React.FC = () => {
<Box sx={{ flexBasis: "33%" }}> <Box sx={{ flexBasis: "33%" }}>
<HighlightBox <HighlightBox
icon={"stability"} icon={"stability"}
header={"Stable"} header={"Stability First"}
copy={ copy={
"USDi maintains peg under adverse conditions, without any intervention." "USDi maintains peg under adverse conditions, without any intervention."
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment