fix css on smaller screen

This commit is contained in:
Eva Ho
2023-07-18 16:17:42 -04:00
parent df67a90e64
commit d1f89778e9
2 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ export default async function Download() {
return (
<>
<Header />
<main className='flex min-h-screen max-w-6xl flex-col p-20 lg:p-32 items-center mx-auto'>
<main className='flex min-h-screen max-w-6xl flex-col py-20 px-16 lg:p-32 items-center mx-auto'>
<img src='/ollama.png' className='w-16 h-auto' />
<section className='mt-12 mb-8 text-center'>
<h2 className='my-2 max-w-md text-3xl tracking-tight'>Downloading...</h2>