Vertically align cells in desktop view

This commit is contained in:
Joachim 2021-04-21 21:26:20 +02:00
parent 482774f1e1
commit 2ae9085e55

View file

@ -260,6 +260,10 @@ body {
/* Book preview table
******************************************************************************/
.book-preview td {
vertical-align: middle;
}
@media only screen and (max-width: 768px) {
table.is-mobile, table.is-mobile tbody {
display: block;