9 lines
149 B
Plaintext
Executable File
9 lines
149 B
Plaintext
Executable File
@media all and (orientation: portrait) {
|
|
#whiteboard {
|
|
-webkit-order: 1;
|
|
order: 1;
|
|
min-height: 40%;
|
|
max-height: 40%;
|
|
}
|
|
}
|