Skip to content

Commit

Permalink
Merge pull request #24 from 1xINTERNET/9-section-update-1
Browse files Browse the repository at this point in the history
#9: Add padding to section
  • Loading branch information
john1xi authored Jun 21, 2024
2 parents ff73033 + 5c2f883 commit 5ca6898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Section.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const {
id={id}
>
<div
class={`container flex flex-col gap-6 sm:gap-12 items-center justify-center mx-auto ${backgroundImage ? "text-light-lilac" : backgroundColor === "green" ? "text-blue" : "text-white"}`}
class={`container flex flex-col gap-6 sm:gap-12 items-center justify-center ${backgroundImage ? "text-light-lilac" : backgroundColor === "green" ? "text-blue" : "text-white"} mx-auto py-8 px-4 sm:py-12 sm:px-8 lg:py-16 lg:px-28`}
>
{
eyebrow && (
Expand Down

0 comments on commit 5ca6898

Please sign in to comment.