style: footer tweaking
This commit is contained in:
@@ -2,6 +2,22 @@
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: hidden;
|
||||
overscroll-behavior: none;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#root,
|
||||
#__next {
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
--background: 0 0% 100%;
|
||||
|
||||
@@ -13,7 +13,7 @@ const Privacy = () => {
|
||||
};
|
||||
|
||||
const body = (
|
||||
<div className='privacy-content my-2 max-h-[60vh] space-y-1 overflow-auto'>
|
||||
<div className='privacy-content my-2 max-h-[50vh] space-y-1 overflow-auto'>
|
||||
<p className='leading-relaxed'>
|
||||
This Privacy Policy describes Our policies and procedures on the
|
||||
collection, use and disclosure of Your information when You use the
|
||||
|
||||
Reference in New Issue
Block a user