Added share ability

This commit is contained in:
2019-08-25 11:45:49 -04:00
parent 3c0020450f
commit b8bb4aed2b
7 changed files with 57 additions and 3 deletions

View File

@ -5,7 +5,14 @@
.palette {
position: fixed;
z-index: 500;
top: 50px;
top: 60px;
right: 15px;
}
.share {
position: fixed;
z-index: 500;
top: 60px;
right: 15px;
}