File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ import BookIcon from "./assets/bookmark.svg?svgr"
1111export 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" /> }
You can’t perform that action at this time.
0 commit comments