Implemented features.

This commit is contained in:
Daniel Scheidle
2022-11-09 19:19:36 +01:00
parent 5f46bd167f
commit dd0aa8ee46
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
.mat-card {
margin: 1rem 0;
margin: 1rem;
height: 14rem;
line-height: 2rem;
font-size: 16px;

View File

@@ -1,5 +1,5 @@
.mat-card {
margin: 1rem 0;
margin: 1rem;
height: 14rem;
line-height: 2rem;
font-size: 16px;

View File

@@ -7,5 +7,9 @@
}
.mat-card {
margin: 1rem 0;
margin: 1rem;
}
.mat-divider {
margin: 0 1rem;
}