From 2336fceab4d693c9a584f93088d799f22293c290 Mon Sep 17 00:00:00 2001 From: ryohey Date: Sat, 5 Oct 2024 11:42:51 +0900 Subject: [PATCH 1/3] Fix layout --- static/src/app/page.tsx | 37 +++++++++++++++---------- static/src/app/privacy/page.tsx | 16 ++++++++--- static/src/components/Footer/Footer.tsx | 13 +++++++-- 3 files changed, 46 insertions(+), 20 deletions(-) diff --git a/static/src/app/page.tsx b/static/src/app/page.tsx index 498f8223..c6dea9be 100644 --- a/static/src/app/page.tsx +++ b/static/src/app/page.tsx @@ -1,6 +1,7 @@ import { styled } from "@kuma-ui/core" import { Metadata } from "next" import { FeatureList } from "../components/FeatureList/FeatureList" +import { Footer } from "../components/Footer/Footer" import Localized from "../components/Localized" import { Navigation } from "../components/Navigation/Navigation" import githubIcon from "./images/github-icon.svg" @@ -225,6 +226,12 @@ const SupportRow = styled.div` } ` +const CarbonAd = styled.div` + position: fixed; + right: 0; + bottom: 0; +` + export default function Home() { return ( <> @@ -283,20 +290,6 @@ export default function Home() { - -
- `, - }} - /> @@ -345,6 +338,22 @@ export default function Home() { + +