From 4c2c6f3da78ffd705b1052111ce4b3511694eb89 Mon Sep 17 00:00:00 2001 From: Linna Luo Date: Sun, 22 Aug 2021 22:36:16 -0400 Subject: [PATCH] increased bottom margin value of page --- pages/about/index.module.css | 6 +----- pages/about/index.tsx | 10 ++++------ 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/pages/about/index.module.css b/pages/about/index.module.css index 18fcff9d..2bcd8b39 100644 --- a/pages/about/index.module.css +++ b/pages/about/index.module.css @@ -1,5 +1,5 @@ .page { - margin-bottom: calc(20rem / 16); + margin-bottom: calc(60rem / 16); } .title { @@ -35,10 +35,6 @@ height: calc(400rem / 16); } -.connectWithUs { - padding-bottom: calc(96rem / 16); -} - @media only screen and (max-width: calc(768rem / 16)) { .titleContainer { display: flex; diff --git a/pages/about/index.tsx b/pages/about/index.tsx index 4eb2bbef..ad641899 100644 --- a/pages/about/index.tsx +++ b/pages/about/index.tsx @@ -19,12 +19,10 @@ export default function AboutUs() {
-
- - - - -
+ + + + ); }