0
0
Fork 0

Update Stylelint (#25819)

This commit is contained in:
Renaud Chaput 2023-07-12 12:31:23 +02:00 committed by GitHub
parent be34b437ed
commit ecd8e0d612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 131 additions and 121 deletions

View file

@ -541,7 +541,7 @@ ul.rules-list {
padding-top: 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
@media only screen and (device-width >= 768px) and (device-width <= 1024px) and (orientation: landscape) {
body {
min-height: 1024px !important;
}