summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-21 12:30:21 +0300
committerAndrew Dolgov <[email protected]>2020-04-21 12:30:21 +0300
commit7586dc5145f7e6527290464ba8408a0785fed0c1 (patch)
tree8930519eeb1a4fb7ee586ca40fa456516dc145ef /index.php
parent2c721e03a9ecee20f487568657c0aa8daa922e6c (diff)
add column hack for not-quite-768px breakpoint devices
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6d402f8..c8dc9e0 100644
--- a/index.php
+++ b/index.php
@@ -262,7 +262,7 @@
$data_sth->execute([$line['id']]);
?>
- <div class="col-xs-6 col-sm-3 col-md-2" id="cell-<?php echo $line["id"] ?>">
+ <div class="col-xxs-6 col-xs-3 col-sm-3 col-md-2" id="cell-<?php echo $line["id"] ?>">
<?php if ($read_link) { ?>
<a class="thumbnail <?php echo $cover_class ?>" href="<?php echo $read_link ?>">
<?php } else { ?>