Skip to content

Commit

Permalink
fix(demo): various responsive fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jul 23, 2019
1 parent 53fa0a4 commit 99bbf86
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ mat-panel-title {
}
}

:host-context(.responsive) {
mat-expansion-panel-header {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
}

:host-context(.responsive-large) {
.wrapper {
width: 70%;
Expand Down

0 comments on commit 99bbf86

Please sign in to comment.