There was an error while loading. Please reload this page.
1 parent fc96a0a commit 0c103aaCopy full SHA for 0c103aa
1 file changed
src/pages/home/index.tsx
@@ -95,16 +95,19 @@ export const Home = () => {
95
<Box
96
sx={{
97
backgroundImage: `url(${ocotilloImage})`,
98
+ transform: `scaleX(-1)`,
99
backgroundRepeat: 'no-repeat',
100
backgroundSize: 'cover',
101
height: '500px',
102
padding: 2,
103
}}
104
>
- <Typography variant="h1">Welcome to Ocotillo.</Typography>
105
- <Typography variant="h2">
106
- NMBGMR's Data Management Portal
107
- </Typography>
+ <Box sx={{ transform: `scaleX(-1)` }}>
+ <Typography variant="h1">Welcome to Ocotillo.</Typography>
+ <Typography variant="h2">
108
+ NMBGMR's Data Management Portal
109
+ </Typography>
110
+ </Box>
111
</Box>
112
<List
113
sx={{ width: '100%', maxWidth: 300 }}
0 commit comments