11 lines
141 B
CSS
11 lines
141 B
CSS
.content {
|
|
height: 90vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.mat-card-title {
|
|
margin: 0 !important;
|
|
}
|