From 9167a87ba4f8b549058303c3db94842085796725 Mon Sep 17 00:00:00 2001 From: Alexander Zhirkevich Date: Tue, 7 Nov 2023 20:43:12 +0300 Subject: [PATCH] Update outdated HTML doc (#3734) Lost 5 minutes of my life to find out [correct](https://github.com/JetBrains/compose-jb/issues/886) name for max width media query =) --- tutorials/HTML/Style_Dsl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/HTML/Style_Dsl/README.md b/tutorials/HTML/Style_Dsl/README.md index cd7014e6370..7f29b84ff2d 100644 --- a/tutorials/HTML/Style_Dsl/README.md +++ b/tutorials/HTML/Style_Dsl/README.md @@ -119,7 +119,7 @@ object AppStylesheet : StyleSheet() { val container by style { padding(48.px) - media(maxWidth(640.px)) { + media(mediaMaxWidth(640.px)) { self style { padding(12.px) }