From 48943adc4dcd6c29e88dbb61d5a217b984bf7035 Mon Sep 17 00:00:00 2001 From: Seaton Jiang Date: Fri, 20 Aug 2021 08:38:42 +0800 Subject: [PATCH] fix: color abnormalities (#403) --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 4211f6b..3feb83e 100644 --- a/style.css +++ b/style.css @@ -172,7 +172,7 @@ button:focus { } .k-main.banner { - margin-top: 20px; + padding-top: 20px; } @media only screen and (max-width: 992px) { @@ -185,13 +185,13 @@ button:focus { } .k-main.banner { - margin-top: 260px; + padding-top: 260px; } } @media only screen and (max-width: 768px) { .k-main.banner { - margin-top: 255px; + padding-top: 255px; } }