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> <table>
<tbody> <tbody>
<tr><td>Genre:</td><td><?php echo $genre ?></td></tr> <tr>
<tr><td>Version:</td><td><?php echo $version ?></td></tr> <td>Genre:</td>
<tr><td>Author:</td><td><a class="white" href="<?php echo $authorUrl ?>"><?php echo $author ?></a></td></tr> <td><?php echo $genre ?></td>
<tr><td>Website:</td><td><a class="white" href="<?php echo $website ?>"><?php echo $website ?></a></td></tr> </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> </tbody>
</table> </table>
<object>
<a class="white" href="<?php echo $website ?>"><?php echo $website ?></a>
</object>
</div> </div>
</a> </a>

View File

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