|
@@ -14,6 +14,7 @@ ion-card {
|
|
|
.image-container img{
|
|
|
width: 100%;
|
|
|
height: 80%;
|
|
|
+ background-color: #000000;
|
|
|
object-fit: contain;
|
|
|
object-position: center;
|
|
|
}
|
|
@@ -80,9 +81,9 @@ ion-card {
|
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
|
color: #000000;
|
|
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
|
- margin: 0 30px;
|
|
|
- width: 140px;
|
|
|
- height: 80px;
|
|
|
+ margin: 1 10px;
|
|
|
+ width: 190px;
|
|
|
+ height: 50px;
|
|
|
}
|
|
|
}
|
|
|
.user-actions ion-button:hover {
|