File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import EducationCard from "../components/EducationCard.astro";
55import EducationInFeedAd from " ../components/ads/EducationInFeedAd.astro" ;
66import BookCard from " ../components/BookCard.astro" ;
77import HorizontalAd from " ../components/ads/HorizontalAd.astro" ;
8+ import MultiplexAd from " ../components/ads/MultiplexAd.astro" ;
89
910const educationItems = await getCollection (" education" );
1011
@@ -20,9 +21,9 @@ const bookItems = educationItems.filter(
2021);
2122---
2223
23- <Layout title =" Education | SimpleAryan" >
24+ <Layout title =" Education | SimpleAryan" fullWidth = { true } >
2425 <main >
25- <div class =" container" >
26+ <div class =" container education-container " >
2627 <header class =" page-header" >
2728 <h1 class =" animate-fade-in" >Education</h1 >
2829 <p class =" subtitle animate-fade-in" >
@@ -110,7 +111,8 @@ const bookItems = educationItems.filter(
110111 </section >
111112 )
112113 }
113- <HorizontalAd />
114+ <!-- <HorizontalAd /> -->
115+ <MultiplexAd />
114116 </div >
115117 </main >
116118</Layout >
Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ const posts = (await getCollection("blog"))
620620
621621 .books-grid {
622622 display: grid;
623- grid-template-columns: repeat(2, 180px );
623+ grid-template-columns: repeat(4, 150px );
624624 justify-content: center;
625625 gap: 2rem;
626626 }
You can’t perform that action at this time.
0 commit comments