11 lines
246 B
SCSS
11 lines
246 B
SCSS
.menu_card{
|
|
//background-image: url('../../../assets/img/myfit_home.jpg');
|
|
background-image: linear-gradient(to right, aliceblue , white);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
height: 250px;
|
|
}
|
|
ion-card {
|
|
margin: 0;
|
|
}
|