Merge pull request #550 from janhq/Ashley/update_website_content

Fix mobile padding
This commit is contained in:
Ashley 2023-11-06 10:53:28 +07:00 committed by GitHub
commit f4772fb8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,13 +130,13 @@ export default function Home() {
</div>
</div>
<div className="container mt-10 mb-20 px-48 text-center">
<div className="container mt-10 mb-20 text-center">
<h2>AI that you control</h2>
<p className="text-base mt-2 w-full lg:w-2/5 mx-auto leading-relaxed">
Jan runs Large Language Models locally on Windows, Mac and Linux.
Available on Desktop and Cloud-Native.
</p>
<div className="grid text-left lg:grid-cols-2 mt-16 gap-16">
<div className="grid text-left lg:grid-cols-2 lg:px-48 mt-16 gap-16">
{features.map((feat, i) => {
return (
<div className="flex gap-x-4" key={i}>