Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Add contact
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinB committed May 22, 2019
1 parent 68285a5 commit 389246c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,21 @@
cursor: pointer;
}

a {
color: black;
text-decoration: none;
}

a:hover {
color: #4772f6;
cursor: pointer;
}

#chatInput {
z-index: 10;
width: inherit;
position: fixed;
padding-bottom: 3rem;
padding-bottom: 5rem;
bottom: 0;
margin: auto;
align-items: baseline;
Expand Down Expand Up @@ -164,6 +174,12 @@
position: absolute;
}

#contact {
position: absolute;
bottom: 2rem;
right: 3rem;
}

.jqcloud {
line-height: normal;
overflow: hidden;
Expand Down Expand Up @@ -234,6 +250,7 @@ <h1 onclick="resetChannel()">MetaTalk</h1>
<div id="moneybutton"></div>
</div>
</div>
<div id="contact"><a href="https://twitter.com/MerlinBuczek">@MerlinBuczek</a></div>

<script>
var current_day
Expand Down

0 comments on commit 389246c

Please sign in to comment.