removed fixed height on the card
This commit is contained in:
parent
24286c77ae
commit
1db1f645dd
|
|
@ -1,6 +1,6 @@
|
|||
export default function Legal() {
|
||||
return (
|
||||
<div className="space-y-4 flex flex-col w-3/5 h-3/5 p-15 bg-gray-700 border-gray-600 border rounded-xl">
|
||||
<div className="space-y-4 flex flex-col w-3/5 p-15 bg-gray-700 border-gray-600 border rounded-xl my-15">
|
||||
<h1 className="font-[Bitcount] text-4xl text-gray-50">Data policy</h1>
|
||||
<p className="ml-2 text-gray-50 font-[Bitcount] text-xl">
|
||||
Where does your data go? Idk fam tbh i just know google got smth to do
|
||||
|
|
|
|||
Loading…
Reference in a new issue