Skip to content

Commit e18c84c

Browse files
authored
fix: heading overlap and image overflow on DAU product page in mobile view(#270)
* Fix: Heading overlap on phone by using Grommet's Heading with level=2 * Fix image overflow on mobile by making the image wrapper responsive with maxWidth and width properties. * Updated dau.mdx
1 parent 0f2d907 commit e18c84c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/pages/products/dau.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ import { Anchor, Text, Box } from "grommet"
88
import { PlainLink } from "../../components/atomic/TattleLinks"
99
import { LatestProductBlogsUpdates } from "../../components/LatestProductBlogsUpdates"
1010

11-
# Deepfakes Analysis Unit
11+
import { Heading } from 'grommet'
12+
13+
<Heading level={2}>Deepfakes Analysis Unit</Heading>
1214

1315
<div style={{textAlign:"center"}}>
14-
<div style={{width:"750px"}}>
16+
<div style={{ maxWidth: "750px", width: "100%",}}>
1517
![Example Image](../../images/products/dau-illustration.jpg)
16-
</div>
18+
</div>
1719
</div>
1820

1921

0 commit comments

Comments
 (0)