Skip to content

Commit c7f34df

Browse files
committed
fix margins in icons at bottom of page
1 parent b35038a commit c7f34df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stylesheets/scroll-button.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ button.arrow-for-scrolling-top {
55
color: var(--color-text-inverse);
66
position: fixed;
77
bottom: 10px;
8-
// right: 10px;
9-
// padding-right: 50px;
108
right: 60px;
119
display: block;
1210
width: 40px;
1311
height: 40px;
1412
border-radius: 50%;
13+
margin-right: 10px;
1514

1615
&.show {
1716
opacity: 1;

stylesheets/toggle-images-button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ button.toggle-images {
66
position: fixed;
77
bottom: 10px;
88
right: 10px;
9+
margin-right: 10px;
910
display: block;
1011
width: 40px;
1112
height: 40px;

0 commit comments

Comments
 (0)