Browse Source

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 =)
pull/3921/head
Alexander Zhirkevich 6 months ago committed by GitHub
parent
commit
9167a87ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/HTML/Style_Dsl/README.md

2
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)
}

Loading…
Cancel
Save