forked from mirrors/bookwyrm
Vertically align cells in desktop view
This commit is contained in:
parent
482774f1e1
commit
2ae9085e55
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue