footer: go-to-top: fix overlap with next_page button

close: #91
This commit is contained in:
Aditya Telange 2020-11-30 12:52:21 +05:30
parent 0d8cb9fd15
commit b5f3debebb
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -51,3 +51,9 @@
.top-link:focus {
outline: 0
}
@media screen and (max-width:800px) {
.list .top-link {
transform: translateY(-5rem)
}
}