We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bc515 commit 7fed027Copy full SHA for 7fed027
src/Views/Formats/cards.php
@@ -5,7 +5,7 @@
5
<div class="card-deck">
6
7
<?php foreach ($files as $file): ?>
8
- <div class="card mb-4" style="min-width: 10rem; max-width: 200px;">
+ <div class="card mb-4" style="min-width: 12rem; max-width: 200px;">
9
<img src="<?= img_data($file->getThumbnail()) ?>" class="card-img-top img-thumbnail" alt="<?= $file->filename ?>">
10
<div class="card-header">
11
<?= view('Tatter\Files\Views\Menus\single', ['file' => $file, 'access' => $access]) ?>
0 commit comments