Move elements' position.

for button ‘back-to-top’ and mode-toggle placeholder.
This commit is contained in:
Cotes Chung 2020-02-26 21:37:27 +08:00
parent e4875b6318
commit ec15ec4d8b
1 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ body {
width: 3px; width: 3px;
height: 3px; height: 3px;
border-radius: 50%; border-radius: 50%;
margin-top: .8rem; margin-top: .75rem;
} }
} }
@ -1004,7 +1004,7 @@ table {
/* button 'back-to-Top' position */ /* button 'back-to-Top' position */
#back-to-top { #back-to-top {
bottom: 9.2rem; bottom: 5.5rem;
right: 1.2rem; right: 1.2rem;
} }
@ -1233,7 +1233,7 @@ table {
} }
#back-to-top { #back-to-top {
bottom: 9rem; bottom: 6.5rem;
right: 4.3rem; right: 4.3rem;
} }