mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
update web-landing: fix padding for WtContainer
This commit is contained in:
@@ -14,7 +14,7 @@ object WtContainer : StyleSheet(AppStylesheet) {
|
||||
media(mediaMaxWidth(640.px)) {
|
||||
self style {
|
||||
maxWidth(100.percent)
|
||||
paddingLeft(6.px)
|
||||
paddingLeft(16.px)
|
||||
paddingRight(16.px)
|
||||
}
|
||||
}
|
||||
@@ -22,7 +22,7 @@ object WtContainer : StyleSheet(AppStylesheet) {
|
||||
media(mediaMaxWidth(1276.px)) {
|
||||
self style {
|
||||
maxWidth(996.px)
|
||||
paddingLeft(2.px)
|
||||
paddingLeft(22.px)
|
||||
paddingRight(22.px)
|
||||
}
|
||||
}
|
||||
@@ -30,7 +30,7 @@ object WtContainer : StyleSheet(AppStylesheet) {
|
||||
media(mediaMaxWidth(1000.px)) {
|
||||
self style {
|
||||
maxWidth(100.percent)
|
||||
paddingLeft(2.px)
|
||||
paddingLeft(22.px)
|
||||
paddingRight(22.px)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user