This commit is contained in:
Kyle
2019-10-28 09:44:19 -07:00
parent bdc037d37c
commit 61e8eef9e2
2 changed files with 9 additions and 2 deletions

View File

@@ -317,7 +317,14 @@ footer a:hover {
text-align: center;
font: 1.5em belerenbsc;
}
.truncate {
/* width: 100%;*/
/* outline: 1px solid green;*/
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-indent: 0em;
}

View File

@@ -150,7 +150,7 @@
<div class="layer">
<div class="title">Have Any Questions?</div>
<div class="paragraph indent">
If you have any questions please don't hesitate to email me at <a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=CardConjurerMTG@gmail.com&su=Card%20Conjurer&tf=1" target="_blank">CardConjurerMTG@gmail.com</a>. Even if you made a cool card and want to share, I'd love to see it!
If you have any questions please don't hesitate to email me at: <div class="truncate"><a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=CardConjurerMTG@gmail.com&su=Card%20Conjurer&tf=1" target="_blank">CardConjurerMTG@gmail.com</a></div>Even if you made a cool card and want to share, I'd love to see it!
</div>
</div>
</div>