Skip to content

Commit

Permalink
Move elements' position.
Browse files Browse the repository at this point in the history
for button ‘back-to-top’ and mode-toggle placeholder.
  • Loading branch information
cotes2020 committed Feb 26, 2020
1 parent 6d9c17a commit b8e7d1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ body {
width: 3px;
height: 3px;
border-radius: 50%;
margin-top: .8rem;
margin-top: .75rem;
}
}

Expand Down Expand Up @@ -1004,7 +1004,7 @@ table {

/* button 'back-to-Top' position */
#back-to-top {
bottom: 9.2rem;
bottom: 5.5rem;
right: 1.2rem;
}

Expand Down Expand Up @@ -1233,7 +1233,7 @@ table {
}

#back-to-top {
bottom: 9rem;
bottom: 6.5rem;
right: 4.3rem;
}

Expand Down

0 comments on commit b8e7d1c

Please sign in to comment.