From ec15ec4d8b5ef93a18155e74337a7ea427ec46d7 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 26 Feb 2020 21:37:27 +0800 Subject: [PATCH] Move elements' position. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for button ‘back-to-top’ and mode-toggle placeholder. --- assets/css/main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index e6d1300..411047a 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -110,7 +110,7 @@ body { width: 3px; height: 3px; border-radius: 50%; - margin-top: .8rem; + margin-top: .75rem; } } @@ -1004,7 +1004,7 @@ table { /* button 'back-to-Top' position */ #back-to-top { - bottom: 9.2rem; + bottom: 5.5rem; right: 1.2rem; } @@ -1233,7 +1233,7 @@ table { } #back-to-top { - bottom: 9rem; + bottom: 6.5rem; right: 4.3rem; }