From 7f9e65bcbcbb7833d337580dab7f362b9315c429 Mon Sep 17 00:00:00 2001 From: Mooncake Sugar <60507815+Tsukina-7mochi@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:35:54 +0900 Subject: [PATCH] docs: delete button group on top page (#1270) --- docs~/src/pages/index.module.css | 3 ++- docs~/src/pages/index.tsx | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs~/src/pages/index.module.css b/docs~/src/pages/index.module.css index a8166690..9ef0a6aa 100644 --- a/docs~/src/pages/index.module.css +++ b/docs~/src/pages/index.module.css @@ -23,6 +23,7 @@ justify-content: center; column-gap: 2rem; row-gap: 1rem; + margin-bottom: 1em; } @media screen and (max-width: 996px) { @@ -36,4 +37,4 @@ div.logo { text-align: center; display: flex; justify-content: center; -} \ No newline at end of file +} diff --git a/docs~/src/pages/index.tsx b/docs~/src/pages/index.tsx index 88796298..889f8ced 100644 --- a/docs~/src/pages/index.tsx +++ b/docs~/src/pages/index.tsx @@ -29,7 +29,7 @@ function HomepageHeader() {