Skip to content

Commit

Permalink
Fixed the scroll to top button overlap for small devices (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilG0 authored May 27, 2024
1 parent 6fa2f67 commit 44ced19
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1722,4 +1722,22 @@ section {
#searchBar button {
margin-top: 0.5em;
}
}
}

@media (min-width:320px) and (max-width:801px) {
#progress {
bottom: 2px;
height: 40px;
width: 40px;
}

#progress-value {
height: calc(100%-12px);
width: calc(100%-12px);
font-size: 23px;
}

.footer-basic .social {
padding-bottom: 15px;
}
}

0 comments on commit 44ced19

Please sign in to comment.