File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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]` }
You can’t perform that action at this time.
0 commit comments