summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-12 10:23:21 +0300
committerAndrew Dolgov <[email protected]>2019-03-12 10:23:21 +0300
commit166991749054991b19285e58508f4144cc993f2b (patch)
tree7947be2a6e874dfb69d0dcb712611ad5d272428c /index.php
parent51d521bed6bb4cf5f102c7a148281291eb40214f (diff)
use flex for book grid instead of height hacks
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 a1b2794..f6541a8 100644
--- a/index.php
+++ b/index.php
@@ -223,7 +223,7 @@
$sth->execute([':limit' => $limit, ':offset' => $offset, ':query' => '%' . $query . '%']);
- print "<div class='row'>";
+ print "<div class='row display-flex'>";
$rows = 0;