🐛 Fix scroll to top link alignment

Fixes #172
This commit is contained in:
James Panther
2022-04-12 09:17:17 +10:00
parent ff5808b877
commit 972233063c
3 changed files with 17 additions and 1 deletions
+8
View File
@@ -1467,6 +1467,10 @@ body a, body button {
top: 110vh;
}
.bottom-\[-8\.25rem\] {
bottom: -8.25rem;
}
.bottom-\[-5\.5rem\] {
bottom: -5.5rem;
}
@@ -2608,6 +2612,10 @@ body a, body button {
}
@media (min-width: 640px) {
.sm\:bottom-\[-8rem\] {
bottom: -8rem;
}
.sm\:mb-0 {
margin-bottom: 0px;
}