🐛 Fix scroll to top link alignment

Fixes #172
This commit is contained in:
James Panther
2022-05-01 10:19:32 +10:00
parent 152eb0cbbf
commit 04a44fcd07
4 changed files with 32 additions and 36 deletions
+4 -12
View File
@@ -1467,16 +1467,12 @@ body a, body button {
top: 110vh;
}
.bottom-\[-8\.25rem\] {
bottom: -8.25rem;
.bottom-0 {
bottom: 0px;
}
.bottom-\[-5\.5rem\] {
bottom: -5.5rem;
}
.top-\[calc\(100vh-5rem\)\] {
top: calc(100vh - 5rem);
.top-\[calc\(100vh-5\.5rem\)\] {
top: calc(100vh - 5.5rem);
}
.top-20 {
@@ -2612,10 +2608,6 @@ body a, body button {
}
@media (min-width: 640px) {
.sm\:bottom-\[-8rem\] {
bottom: -8rem;
}
.sm\:mb-0 {
margin-bottom: 0px;
}