From db3118b2829fd2d7d54e50ba8861744e6e79da20 Mon Sep 17 00:00:00 2001 From: godotdotdot Date: Tue, 2 Mar 2021 23:01:53 +0800 Subject: [PATCH] feta: beautify the container magin of swap page. --- components/swapComponent/swap.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/swapComponent/swap.module.css b/components/swapComponent/swap.module.css index dd1eb00..959ed95 100644 --- a/components/swapComponent/swap.module.css +++ b/components/swapComponent/swap.module.css @@ -6,6 +6,8 @@ height: 100%; min-height: calc(100vh - 72px); align-items: center; + margin-top: 24px; + padding-bottom: 24px; } .swapContainer {