Add a go to top link at the bottom of every page

This commit is contained in:
2023-01-21 09:58:40 +01:00
parent ee88e0f6cb
commit 4214e26ad7
3 changed files with 11 additions and 1 deletions

View File

@@ -161,6 +161,10 @@ h1 {
}
}
}
.to-top {
margin: 45px 0 0;
}
}
}