Vertically align cells in desktop view
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user