add icon buttons, misc styling on venue pages

This commit is contained in:
elisejakob
2024-06-20 20:35:52 +02:00
parent 7e5f82ce76
commit 9b3eb3c4a6
12 changed files with 110 additions and 41 deletions

View File

@ -94,12 +94,11 @@
position: relative;
top: 0;
right: 0;
transform: translate(1vw, 40%);
z-index: 800;
}
.toTop {
position: absolute;
right: 0;
bottom: 0;
right: var(--spacing-sitepadding);
bottom: var(--spacing-sitepadding);
}