This commit is contained in:
tiago.kayaya
2021-04-12 08:54:22 +01:00
parent 3373978ca7
commit f1c9dea8c0
@@ -115,11 +115,12 @@ ion-content{
//justify-content: center;
}
.exp-card-long{
width: 100%;
width: 360px;
margin: 7px 20px;
border-radius: 15px;
background-color: #ffffff !important;
background-color: #381313 !important;
padding: 7px;
border: blue !important;
.center-div{
width: fit-content;
@@ -201,7 +202,16 @@ ion-content{
}
@media only screen and (min-width: 561px) {
.exp-card-long{
width: 547px !important;
}
}
@media only screen and (min-width: 749px) {
.exp-card-long{
width: 734px !important;
}
}
@media only screen and (min-width: 801px) {