added back to top button

This commit is contained in:
2024-07-11 13:14:18 +02:00
parent 068868ba54
commit 79aa4847d5
11 changed files with 80 additions and 3 deletions

View File

@@ -164,6 +164,18 @@ figure {
object-fit: contain;
}
#totop {
display: none;
position: fixed;
bottom: 40px;
right: 30px;
z-index: 99;
cursor: pointer;
padding: 14px;
border-radius: 10px;
border-style: none;
}
/* Responsive layout - makes a four column-layout instead of eight columns */
@media screen and (max-width: 1000px) {
.column {