Skip to content

Commit

Permalink
fix: update padding top of each section (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
re-taro authored Sep 4, 2024
1 parent a622a22 commit 2cc9da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/_index/features/PhilosophySection/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const section = style({
[layers.feature]: {
"@media": {
[Breakpoints.md]: {
paddingInline: "1.5rem",
paddingInline: "4rem",
rowGap: "2.875rem",
},
},
Expand All @@ -18,7 +18,7 @@ export const section = style({
"height": "100%",
"minHeight": "100svh",
"paddingInline": "1rem",
"paddingTop": "1.5rem",
"paddingTop": "6rem",
"rowGap": "4.75rem",

"width": "100%",
Expand Down

0 comments on commit 2cc9da1

Please sign in to comment.