Skip to content

Commit

Permalink
Set the default value of maxWidth in Layout.Website to 100vw
Browse files Browse the repository at this point in the history
  • Loading branch information
bjab committed Jul 19, 2021
1 parent f227713 commit b68ebd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Layout.Website.mint
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ component Ui.Layout.Website {
property centered : Bool = true

/* The maximum width of the layout. */
property maxWidth : String = "100vh"
property maxWidth : String = "100vw"

/* Styles for the base element. */
style base {
Expand Down

0 comments on commit b68ebd1

Please sign in to comment.