Skip to content

Commit 0d5d4aa

Browse files
TBKclandmeter
authored andcommitted
Replace .tables-responsive with @media query
1 parent a9f08c5 commit 0d5d4aa

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

assets/style.css

+8-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ a {
6464
margin-bottom: 2em;
6565
}
6666

67-
.table-responsive {
68-
overflow-x: auto;
69-
}
70-
7167
/* header settings */
7268

7369
header {
@@ -365,6 +361,14 @@ footer a {
365361

366362
@media(min-width: 48em) {}
367363

364+
/* phones & tablets */
365+
@media (max-width: 54em) {
366+
.table-responsive {
367+
overflow-x: auto;
368+
min-height: 40vh;
369+
}
370+
}
371+
368372
/* responsive menu */
369373

370374
@media (max-width: 63.999em) {

0 commit comments

Comments
 (0)