home width game thing
This commit is contained in:
parent
d66837cfc2
commit
ac5b791678
2
home.php
2
home.php
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue