Added linked to contacts
This commit is contained in:
parent
952cfa28bf
commit
510ec3ab9b
2 changed files with 16 additions and 5 deletions
|
@ -7,11 +7,11 @@
|
|||
<div class="table-display">
|
||||
<div class="table-item">
|
||||
<div>Itch.io</div>
|
||||
<div>botalex.itch.io</div>
|
||||
<a href="https://github.com/MagicBOTAlex">botalex.itch.io</a>
|
||||
</div>
|
||||
<div class="table-item">
|
||||
<div>Github</div>
|
||||
<div>@MagicBOTAlex</div>
|
||||
<a href="https://botalex.itch.io/">@MagicBOTAlex</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -41,7 +41,12 @@
|
|||
width: 100%;
|
||||
border-bottom: 0.25mm solid #000000;
|
||||
|
||||
> div {
|
||||
> a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
> div, > a {
|
||||
color: #000000;
|
||||
&:first-child {
|
||||
width: 35%;
|
||||
font-size: 4mm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue