mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
fix recipe title text visuals
This commit is contained in:
parent
c96cfecc63
commit
ca8b76261c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
class="d-flex flex-column justify-center align-center"
|
class="d-flex flex-column justify-center align-center"
|
||||||
>
|
>
|
||||||
<v-card-text class="w-100">
|
<v-card-text class="w-100">
|
||||||
<v-card-title class="headline pa-0 d-flex flex-column align-center justify-center">
|
<v-card-title class="text-h5 font-weight-regular pa-0 d-flex flex-column align-center justify-center opacity-80">
|
||||||
{{ recipe.name }}
|
{{ recipe.name }}
|
||||||
<RecipeRating
|
<RecipeRating
|
||||||
:key="recipe.slug"
|
:key="recipe.slug"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue