yeah, it works without javascript now, fuck it, why not
This commit is contained in:
parent
ce72ec9991
commit
8517c24dc6
4 changed files with 79 additions and 24 deletions
27
assets/nojs-atmedia.css
Normal file
27
assets/nojs-atmedia.css
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
@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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue