Skip to content

Commit f811d67

Browse files
committed
Improve styles
1 parent 8be74e4 commit f811d67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/(main)/resources/reading-resources-section.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ import BookIcon from "./assets/bookmark.svg?svgr"
1111
export function ReadingResourcesSection() {
1212
return (
1313
<section className="gql-container gql-section" id="reading-resources">
14-
<div className="flex flex-col gap-8 md:gap-12 lg:flex-row lg:items-start lg:justify-between">
14+
<div className="flex flex-col gap-8 md:flex-row md:items-start md:justify-between md:gap-12">
1515
<div className="max-w-[794px]">
1616
<Eyebrow>reading resources library</Eyebrow>
1717

1818
<h2 className="typography-h2 mt-6 text-balance">
1919
Dive into GraphQL content
2020
</h2>
21-
<p className="typography-body-lg mt-6 lg:mt-10">
21+
<p className="typography-body-lg mt-6 md:mt-10">
2222
Browse reading materials to learn best practices and stay up to date
2323
with the ecosystem.
2424
</p>
@@ -27,7 +27,7 @@ export function ReadingResourcesSection() {
2727
</Button>
2828
</div>
2929

30-
<div className="flex flex-col gap-4 md:gap-6 lg:w-[358px]">
30+
<div className="flex flex-col gap-2 md:w-[358px] lg:gap-6">
3131
<ReadingLink
3232
href="/blog"
3333
icon={<NewspaperIcon className="text-pri-base" />}

0 commit comments

Comments
 (0)