Move elements' position.
for button ‘back-to-top’ and mode-toggle placeholder.
This commit is contained in:
parent
e4875b6318
commit
ec15ec4d8b
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue