17 lines
257 B
Plaintext
Executable File
17 lines
257 B
Plaintext
Executable File
@media all and (orientation: portrait) {
|
|
#users {
|
|
-webkit-order: 3;
|
|
order: 3;
|
|
min-height: 20%;
|
|
max-height: 20%;
|
|
}
|
|
|
|
.userNameEntry {
|
|
height: 35px;
|
|
font-size: 30px;
|
|
strong {
|
|
font-size: 25px;
|
|
}
|
|
}
|
|
}
|