Skip to content

Commit 12e1f3c

Browse files
committed
Move elements' position.
for button ‘back-to-top’ and mode-toggle placeholder.
1 parent dbbdf60 commit 12e1f3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/css/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ body {
110110
width: 3px;
111111
height: 3px;
112112
border-radius: 50%;
113-
margin-top: .8rem;
113+
margin-top: .75rem;
114114
}
115115
}
116116

@@ -1004,7 +1004,7 @@ table {
10041004

10051005
/* button 'back-to-Top' position */
10061006
#back-to-top {
1007-
bottom: 9.2rem;
1007+
bottom: 5.5rem;
10081008
right: 1.2rem;
10091009
}
10101010

@@ -1233,7 +1233,7 @@ table {
12331233
}
12341234

12351235
#back-to-top {
1236-
bottom: 9rem;
1236+
bottom: 6.5rem;
12371237
right: 4.3rem;
12381238
}
12391239

0 commit comments

Comments
 (0)