Skip to content

Commit 2fe3367

Browse files
レイアウト微調整
1 parent e65b1ad commit 2fe3367

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Footer() {
88
return (
99
<footer
1010
id="global-footer"
11-
className="flex items-center justify-end p-4 text-white bg-inverse-primary sticky bottom-0 w-full"
11+
className="flex items-center justify-end px-4 py-2 text-white bg-inverse-primary sticky bottom-0 w-full"
1212
>
1313
<div className="flex flex-wrap justify-end space-x-4 bg-gray-800">
1414
<Link

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function RootLayout({
5555
lang="ja"
5656
className={`bg-surface-container text-text-default ${theme}`}
5757
>
58-
<body className={inter.className}>
58+
<body className={`${inter.className} overscroll-none`}>
5959
<Header />
6060
{children}
6161
<Footer />

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function Home(): JSX.Element {
2929
{/* タイトルとボタンを中央ぞろえするためgridを使用 */}
3030
<div className="grid grid-column-1">
3131
{/* タイトル */}
32-
<div className="relative flex justify-center items-center rounded-lg z-10">
32+
<div className="relative flex justify-center items-center rounded-lg">
3333
{/* ロゴ(解像度に応じてサイズを変える) */}
3434
<div
3535
className={`relative w-[100px] h-[100px] md:w-[150px] md:h-[150px]`}

0 commit comments

Comments
 (0)