Make tables responsive
timw4mail/HummingBirdAnimeClient/PR-12 This commit looks good Details

This commit is contained in:
Timothy Warren 2018-11-05 11:04:19 -05:00
parent 61b7a799b9
commit c4f759e5d8
2 changed files with 33 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
max-width: none;
width: 100%;
}
/* aside.info {
order: 1;
} */
@ -23,7 +23,7 @@
* {
max-width: none !important;
}
table {
box-shadow: none;
}
@ -32,6 +32,36 @@
.details .flex > * {
margin: 0;
}
table,
table th,
table td,
table .align-right,
table.align-center {
border: 0;
display: block;
margin: 0 auto;
text-align: left;
width: 100%;
}
table td {
display: inline-block;
}
table.media-details td {
display: block;
text-align: left !important;
}
table thead {
display: none;
}
.details .media-details td:nth-child(2n+1) {
font-weight: bold;
width: 100%;
}
}
@media screen and (max-width: 40em) {
@ -50,10 +80,6 @@
padding: 0 0.5rem 0.5rem;
}
table {
display: block;
}
.media {
margin: 2px 0;
}