We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abb1a8 commit d97d865Copy full SHA for d97d865
1 file changed
src/App.css
@@ -757,17 +757,20 @@ Producthunt item
757
.scrollButton {
758
border:none;
759
position: fixed;
760
- top: 50%;
+ top: 45%;
761
margin: 0 1%;
762
background-color: var(--card-action-button-background);
763
color: var(--card-action-button-color);
764
opacity: .8;
765
- border-radius: 50px;
766
- width: 50px;
767
- height: 50px;
+ border-radius: 48px;
+ width: 48px;
+ height: 48px;
768
box-shadow: 0 0 20px var(--card-border-color);
769
z-index: 2;
770
cursor: pointer;
771
+ align-items: center;
772
+ justify-content: center;
773
+ display: flex;
774
}
775
776
.scrollButton:hover {
0 commit comments