fix website link

This commit is contained in:
olebeck 2022-09-19 17:23:33 +02:00
parent bd7fa4620e
commit be1a856434
2 changed files with 20 additions and 4 deletions

View File

@ -330,12 +330,23 @@ include("header.php");
<table>
<tbody>
<tr><td>Genre:</td><td><?php echo $genre ?></td></tr>
<tr><td>Version:</td><td><?php echo $version ?></td></tr>
<tr><td>Author:</td><td><a class="white" href="<?php echo $authorUrl ?>"><?php echo $author ?></a></td></tr>
<tr><td>Website:</td><td><a class="white" href="<?php echo $website ?>"><?php echo $website ?></a></td></tr>
<tr>
<td>Genre:</td>
<td><?php echo $genre ?></td>
</tr>
<tr>
<td>Version:</td>
<td><?php echo $version ?></td>
</tr>
<tr>
<td>Author:</td>
<td><a class="white" href="<?php echo $authorUrl ?>"><?php echo $author ?></a></td>
</tr>
</tbody>
</table>
<object>
<a class="white" href="<?php echo $website ?>"><?php echo $website ?></a>
</object>
</div>
</a>

View File

@ -200,6 +200,11 @@
background-color: #005796;
cursor:pointer;
}
.psm-game-info {
display: flex;
flex-direction: column;
}
.psm-meta > #psm-title{
font-size: 200%;