Skip to content

Commit

Permalink
fix: minor style update
Browse files Browse the repository at this point in the history
  • Loading branch information
limsohee1002 committed Nov 1, 2024
1 parent a2d3cd7 commit ee2ebdd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions assets/tailwind-output.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/modules/homepage/HomepageModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Homepage: FC<Props> = ({ homepageData }) => {
return (
<div className="page-wrapper">
{hero && (
<div className="Hero rounded-large py-[4.84375rem] sm:py-[3.75rem] bg-light-surface-2 dark:bg-dark-surface-2">
<div className="Hero rounded-large py-[4.84375rem] sm:py-[3.75rem] px-padding-medium bg-light-surface-2 dark:bg-dark-surface-2">
<h2 className="flex flex-col items-center text-light-neutral-1 dark:text-dark-neutral-1">
<span className="heading-0-mobile sm:heading-0 text-center">{hero.headerLine1}</span>
<span className="serif-heading-0-mobile sm:serif-heading-0 italic text-center">
Expand Down

0 comments on commit ee2ebdd

Please sign in to comment.