Skip to content

Commit

Permalink
fix(styles): Fix container
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Aug 13, 2019
1 parent a4524c2 commit 8cdedf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngx-dadata-app/src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.container {
max-width: 30%;
max-width: 60%;
margin: auto;
}
.header {
margin-top: 100px;
Expand Down

0 comments on commit 8cdedf0

Please sign in to comment.