Move the share button (useful on mobile)

This commit is contained in:
Tom Hubrecht 2022-07-26 23:05:41 +02:00
parent df1140649e
commit 117a5eb0b1

View file

@ -51,8 +51,8 @@
<style>
.share-btn {
position: absolute;
top: 0.75em;
right: 3em;
top: 2.5em;
right: 1em;
cursor: pointer;
}
</style>