mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-18 11:52:11 +01:00
Update - examples: Better support for iPad in potrait
This commit is contained in:
parent
55e965de0a
commit
3330ed6783
@ -1 +1 @@
|
||||
25c0097a157043b27983e4f8f4687f2c8b9d4aff
|
||||
4f33e43aef1a1a765964930b4168f805133cf0aa
|
||||
|
@ -296,7 +296,9 @@ div.column_half {
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 779px) {
|
||||
@media
|
||||
screen and (max-width : 767px),
|
||||
screen and (max-width : 768px) and (orientation: portrait) {
|
||||
div.info {
|
||||
-webkit-column-count: 1;
|
||||
-moz-column-count: 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user