2 changed files with 18 additions and 2 deletions
@ -1,9 +1,14 @@ |
|||||
.example-card { |
.example-card { |
||||
max-width: 400px; |
max-width: 400px; |
||||
min-width: 400px; |
min-width: 400px; |
||||
|
min-height: 488px; |
||||
} |
} |
||||
|
|
||||
.example-header-image { |
.example-header-image { |
||||
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg'); |
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg'); |
||||
background-size: cover; |
background-size: cover; |
||||
} |
} |
||||
|
|
||||
|
.icon { |
||||
|
font-size: 72px; |
||||
|
} |
||||
Loading…
Reference in new issue