Skip to content

Commit

Permalink
Fix alignment on Welcome page content
Browse files Browse the repository at this point in the history
Content was not centered causing a bad UI. This commit fix that.

fix brave/brave-browser#6846
  • Loading branch information
cezaraugusto committed Nov 8, 2019
1 parent e28ec9f commit 60cdb1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/brave_welcome_ui/components/wrapper/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const Content = styled<ContentProps, 'section'>('section')`
flex: 1;
max-width: 580px;
padding: 24px;
margin: auto;
/*
prevents focus on all content's child elements if the parent is not active.
Expand Down

0 comments on commit 60cdb1c

Please sign in to comment.