Skip to content

Commit

Permalink
Update outdated HTML doc (#3734)
Browse files Browse the repository at this point in the history
Lost 5 minutes of my life to find out
[correct](#886) name for
max width media query =)
  • Loading branch information
alexzhirkevich authored Nov 7, 2023
1 parent a32f56b commit 9167a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/HTML/Style_Dsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 9167a87

Please sign in to comment.