Skip to content

Commit 5d1b905

Browse files
committed
Edit "display: block" attribute from tables
Apply only on mobile
1 parent 477082d commit 5d1b905

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

public/css/lanyon.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,13 @@ strong {
8282
font-size:.75rem;
8383
}
8484

85-
table {
85+
@media (max-width: 48em) {
86+
table {
8687
display: block;
88+
}
89+
}
90+
91+
table {
8792
overflow-x: auto;
8893
}
8994

0 commit comments

Comments
 (0)