some fixes

needs to be fixed more
This commit is contained in:
Karthik Vempati
2022-07-18 19:15:52 +02:00
parent a96e3c5b0d
commit dafe8e7430

View File

@@ -34,9 +34,7 @@
<!-- input field --> <!-- input field -->
<div>
<v-item-group> <v-item-group>
<v-container>
<v-row> <v-row>
<v-col <v-col
v-for="recipe in recipes" v-for="recipe in recipes"
@@ -54,11 +52,11 @@
height="200px" height="200px"
:src="recipe.image" :src="recipe.image"
> >
<v-card-title>{{recipe.title}}</v-card-title>
</v-img> </v-img>
<v-card-title>{{recipe.title}}</v-card-title>
<v-card-subtitle class="pb-0"> <v-card-subtitle class="pb-0">
{{ recipe.spoonacularSourceUrl }} Ready in {{ recipe.readyInMinutes }} minutes
</v-card-subtitle> </v-card-subtitle>
<v-card-text class="text--primary"> <v-card-text class="text--primary">
@@ -68,17 +66,18 @@
</v-card-text> </v-card-text>
<v-card-actions> <v-card-actions>
<v-btn <!-- <v-btn-->
color="orange" <!-- color="orange"-->
text <!-- text-->
> <!-- >-->
Share <!-- Share-->
</v-btn> <!-- </v-btn>-->
<v-btn <v-btn
color="orange" color="orange"
text text
> >
<!-- @click = ""-->
Explore Explore
</v-btn> </v-btn>
</v-card-actions> </v-card-actions>
@@ -86,9 +85,7 @@
</v-item> </v-item>
</v-col> </v-col>
</v-row> </v-row>
</v-container>
</v-item-group> </v-item-group>
</div>
</div> </div>
@@ -305,11 +302,11 @@ body{
/* Workaround for below WQHD resolution */ /* Workaround for below WQHD resolution */
@media screen and (max-height: 1400px) { //@media screen and (max-height: 1400px) {
.formLabel{ // .formLabel{
opacity: 0; // opacity: 0;
} // }
} //}
/* item section */ /* item section */