mirror of https://github.com/istio/istio.io.git
add responsive table on mobile (<767px) (#10209)
This commit is contained in:
parent
2c28b12808
commit
836d05ae39
|
@ -92,6 +92,10 @@ table {
|
|||
border-spacing: 0;
|
||||
width: 100%;
|
||||
display: table;
|
||||
@media (max-width: $bp-sm) {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
|
||||
table p:first-of-type {
|
||||
|
|
Loading…
Reference in New Issue