Skip to content

Commit 58114c5

Browse files
committed
mobile fixups
1 parent bbcfb69 commit 58114c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/app/page.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ export const metadata = {
163163
</div>
164164
</section>
165165

166-
<section className='max-w-6xl mx-auto px-4 border-l border-r border-irohGray-300 dark:border-irohGray-800 grid grid-cols-4'>
167-
<div className='md:col-span-2 px-10 py-20'>
166+
<section className='max-w-6xl mx-auto border-l border-r border-irohGray-300 dark:border-irohGray-800 md:grid md:grid-cols-4'>
167+
<div className='md:col-span-2 px-10 py-20 md:border-r border-irohGray-300 dark:border-irohGray-800'>
168168
<HammerWrenchCodeIcon className='w-20 h-20' />
169169
<h3 className='text-3xl font-bold mb-4'>Build your own protocol</h3>
170170
<p className='mb-10 text-irohGray-600 dark:text-irohGray-400'>Don&apos;t see a protocol you need? Build your own! Iroh gives you a reliable foundation for building distributed systems that reach the edge. The rest is up to you.</p>
@@ -173,7 +173,7 @@ export const metadata = {
173173
<span>Custom Protocol Docs</span>
174174
</Link>
175175
</div>
176-
<div className='md:col-span-2 px-10 py-20 md:border-l border-irohGray-300 dark:border-irohGray-800'>
176+
<div className='md:col-span-2 px-10 py-10 md:py-20 border-t md:border-none border-irohGray-300 dark:border-irohGray-800'>
177177
<PerfChartIllustration />
178178
<h3 className='text-3xl font-bold mb-4'>Continuously Measured</h3>
179179
<p className='mb-10 text-irohGray-600 dark:text-irohGray-400'>All commits to iroh's main branch run through a growing set of simulations & tests</p>
@@ -328,8 +328,8 @@ bar
328328
</div>
329329
</section>
330330
<section className='max-w-6xl mx-auto px-10 border-r border-l border-t border-irohGray-300 dark:border-irohGray-800 py-20'>
331-
<div className='w-full px-5'>
332-
<h3 className='text-3xl font-bold text-irohGray-600 dark:text-irohGray-400'>From the Blog</h3>
331+
<div className='w-full md:px-5'>
332+
<h3 className='text-lg tracking-wider font-bold text-irohGray-600 dark:text-irohGray-400 uppercase'>From the Blog</h3>
333333
</div>
334334
<FromTheBlog />
335335
</section>

src/components/FromTheBlog.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Card } from '@/components/Card'
66

77
function Article({ className, post }) {
88
return (
9-
<article className={clsx(className, "m-10")}>
9+
<article className={clsx(className, "my-10 md:m-10")}>
1010
<Card className="">
1111
<Card.Eyebrow
1212
as="time"

0 commit comments

Comments
 (0)