Skip to content

Commit

Permalink
update web-landing: fix padding for WtContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Karpovich committed Dec 1, 2021
1 parent a9156f5 commit f19d5fb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ object WtContainer : StyleSheet(AppStylesheet) {
media(mediaMaxWidth(640.px)) {
self style {
maxWidth(100.percent)
paddingLeft(6.px)
paddingLeft(16.px)
paddingRight(16.px)
}
}

media(mediaMaxWidth(1276.px)) {
self style {
maxWidth(996.px)
paddingLeft(2.px)
paddingLeft(22.px)
paddingRight(22.px)
}
}

media(mediaMaxWidth(1000.px)) {
self style {
maxWidth(100.percent)
paddingLeft(2.px)
paddingLeft(22.px)
paddingRight(22.px)
}
}
Expand Down

0 comments on commit f19d5fb

Please sign in to comment.