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

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: For example, go to fullscreen mode on screens smaller then full HD:
``` ```
@media (max-width: 1920px ) { @media (max-width: 1920 ) {
window { window {
fullscreen: true; fullscreen: true;
} }