Skip to content

Commit

Permalink
blog post card set container changes for cheerpx and cheerp
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielaReyna committed Dec 30, 2024
1 parent 7d02b9b commit 26f8637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sites/cheerp/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ import BlogPostCardSet from "@leaningtech/astro-theme/components/BlogPostCardSet
</div>
</section>
<section class="bg-stone-900 py-16">
<div class="px-4 sm:p-8 md:px-16 lg:px-32 xl:px-56 2xl:px-60">
<div class="w-full max-w-screen-2xl mx-auto px-16">
<div class="mb-8">
<p class="text-lg text-stone-400">Cheerp blog</p>
<h2 class="text-4xl font-bold text-white">Latest news</h2>
Expand Down
2 changes: 1 addition & 1 deletion sites/cheerpx/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ import BlogPostCardSet from "@leaningtech/astro-theme/components/BlogPostCardSet
</div>
</section>
<section class="bg-black py-16">
<div class="px-4 sm:p-8 md:px-16 lg:px-32 xl:px-56 2xl:px-60">
<div class="w-full max-w-screen-2xl mx-auto px-16">
<div class="mb-8">
<p class="text-lg text-stone-400">CheerpX blog</p>
<h2 class="text-4xl font-bold text-white">Latest news</h2>
Expand Down

0 comments on commit 26f8637

Please sign in to comment.