27 lines
No EOL
618 B
CSS
27 lines
No EOL
618 B
CSS
@media screen and (min-aspect-ratio: 1000/1000) {
|
|
@media screen and (min-width: 840px) and (max-width: 1299px) {
|
|
.ascii-2 {
|
|
display: block !important
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 1300px) {
|
|
.ascii-1 {
|
|
display: block !important
|
|
}
|
|
}
|
|
}
|
|
|
|
@media screen and (max-aspect-ratio: 1000/1001) {
|
|
@media screen and (min-width: 420px) and (max-width: 649px) {
|
|
.ascii-2 {
|
|
display: block !important
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 650px) {
|
|
.ascii-1 {
|
|
display: block !important
|
|
}
|
|
}
|
|
} |