home width game thing

This commit is contained in:
ui0ppk 2023-02-11 19:23:20 +02:00
parent d66837cfc2
commit ac5b791678
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ $getitstarted->header();
$playingCount = 69;
?>
<div class="col">
<div class="card bg-dark border-start rounded shadow-sm" style="width: 11.5rem;">
<div class="card bg-dark border-start rounded shadow-sm" style="min-width: 140px; max-width: 220px; ">
<a href="place?id=<?php echo (int)htmlspecialchars($game["id"]); ?>" style="text-decoration: none; text-align: left; margin-bottom: 9px;">
<img src="<?php if (!empty($game["thumbnail"])) {echo htmlspecialchars($game["thumbnail"]);} else {echo "assets/placeholder.png";} ?>" class="card-img-top rounded-top" alt="<?php echo htmlspecialchars($game["name"]); ?>">
<div class="card-body">