summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-25 01:27:41 +0300
committerAndrew Dolgov <[email protected]>2017-02-25 01:27:41 +0300
commit54e8aeed8830644ab2d25fb8fb37d2323b607eef (patch)
tree4dd7fa3031f0e5ae636f87111c6cf8596b58f4b7 /index.php
parent03a29c67bc0824fba0d800cfa9c09b47df2d2042 (diff)
more columns in index on larger 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 4cdd72a..1c2ca8e 100644
--- a/index.php
+++ b/index.php
@@ -86,7 +86,7 @@
$author_link = "?" . http_build_query(["query" => $line["author_sort"]]);
$read_link = $line["epub_id"] ? "read.html?" . http_build_query(["id" => $line["epub_id"]]) : "";
- print "<div class='col-xs-6 col-md-2' style='height : 250px'>";
+ print "<div class='col-xs-6 col-sm-3 col-md-2' style='height : 250px'>";
print "<div class='thumb'>";
if ($read_link) print "<a href=\"$read_link\">";