Skip to content

Commit 11f795c

Browse files
committed
Cut to one style for android privacy policy
1 parent 3a8a9e6 commit 11f795c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pages/legal/PrivacyPolicy/androidApp.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1-
import {
2-
legalDocumentContent,
3-
documentOnlyContainer,
4-
} from "../privacyPolicy.module.css";
51
import CommonHead from "../commonHead";
62
import Head from "next/head";
73
import { getPrivacyPolicyContent } from "../../../libs/legal";
84

95
export default function AndroidApp(props) {
106
return (
11-
<div className={documentOnlyContainer}>
7+
<div style={{padding: "1em"}}>
128
<CommonHead />
139
<Head>
1410
<link rel="icon" href="/images/favicon/favicon.ico" />
1511
</Head>
1612

1713
<article
18-
className={legalDocumentContent}
1914
dangerouslySetInnerHTML={{ __html: props.content }}
2015
/>
2116
</div>

0 commit comments

Comments
 (0)