Skip to content

Commit

Permalink
fix: トップページの左右の余白を修正 (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiratake authored Oct 29, 2024
1 parent 6237e6b commit 5c28abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/home/Blog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = defineProps<HomeBlogProps>()

<template>
<section
class="mx-auto box-content flex w-full max-w-6xl flex-col gap-10 sm:px-2 md:px-6"
class="mx-auto flex w-full max-w-6xl flex-col gap-10 sm:px-2 md:px-6"
>
<div class="flex items-center justify-between">
<h2
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = defineProps<HomeProfileProps>()

<template>
<section
class="mx-auto box-content flex w-full max-w-6xl flex-col gap-10 sm:px-2 md:px-6"
class="mx-auto flex w-full max-w-6xl flex-col gap-10 sm:px-2 md:px-6"
>
<div class="flex items-center justify-between">
<h2
Expand Down

0 comments on commit 5c28abb

Please sign in to comment.