Fix release note error of supported prefix

This commit is contained in:
Dave Davenport 2020-09-11 17:49:23 +02:00
parent 3b86326b74
commit 92fceb2ff0
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ height, monitor id, minimum acpect ratio or maximum acpect ratio.
For example, go to fullscreen mode on screens smaller then full HD:
```
@media (max-width: 1920px ) {
@media (max-width: 1920 ) {
window {
fullscreen: true;
}