Merge pull request #280 from kiwix/3_columns_fix

Display cards in 3 columns properly
This commit is contained in:
Kelson 2019-04-17 16:44:18 +02:00 committed by GitHub
commit 77dc2ef2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
kiwix-tools 1.2.2
=================
kiwix-serve
-----------
* Display properly welcome page on 3 columns
kiwix-tools 1.2.1
=================

View File

@ -18,7 +18,7 @@
background-size:16px 16px;
margin-left: auto;
margin-right: auto;
max-width: 65.8em;
max-width: 1100px;
}
.book__list { text-align: center; }
.book {