Added support for "large" sized cards

This commit is contained in:
Isaac Abadi
2020-08-22 00:47:18 -04:00
parent 2e4ef3b224
commit dc6dd5f5a2
5 changed files with 28 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
.large-mat-card {
width: 300px;
height: 250px;
padding: 0px;
cursor: pointer;
}
.file-mat-card {
width: 200px;
height: 200px;
@@ -26,6 +33,12 @@
justify-content: center;
}
.image-large {
width: 300px;
height: 167.5px;
object-fit: cover;
}
.image {
width: 200px;
height: 112.5px;