We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mat-card
1 parent ea6a612 commit 3849d54Copy full SHA for 3849d54
src/module/component/mat-jumbotron/mat-jumbotron.component.scss
@@ -1,23 +1,23 @@
1
:host {
2
display: block;
3
-}
4
5
-::ng-deep mat-card {
+ ::ng-deep mat-card {
6
7
- background: #e9ecef !important;
+ background: #e9ecef !important;
8
9
- img {
10
- object-fit: cover; /*this makes de image in src fit to the size of specified below*/
11
- }
+ img {
+ object-fit: cover; /*this makes de image in src fit to the size of specified below*/
+ }
12
13
- h1 {
14
- font-weight: 400 !important;
15
+ h1 {
+ font-weight: 400 !important;
16
17
- p {
18
- margin-top: 0;
19
- margin-bottom: 1rem;
20
- font-size: 1.4rem;
+ p {
+ margin-top: 0;
+ margin-bottom: 1rem;
+ font-size: 1.4rem;
21
22
}
23
0 commit comments