Skip to content
Snippets Groups Projects
Commit 14e2eb86 authored by Jakob Grønhaug's avatar Jakob Grønhaug
Browse files

oppskrift-card

parent 0ab2f62e
No related branches found
No related tags found
1 merge request!27oppskrift-card
Pipeline #226250 passed with stages
in 2 minutes and 2 seconds
......@@ -11,7 +11,6 @@ export default {
<template>
<div class="recipe_card">
<img class="recipe_img" src="/dish-placeholder.png" :alt="`Bilde av {recipe.title}`">
<div class="recipe_details">
<div class="title">
<h2>{{ recipe.title }}</h2>
......@@ -29,11 +28,9 @@ export default {
@import "../style.scss";
.recipe_card {
display: flex;
flex-direction: column;
align-content: center;
height: 15rem;
height: 5rem;
max-width: 30rem;
gap: .5rem;
margin-inline: .4rem;
......@@ -57,6 +54,7 @@ export default {
}
.recipe_details {
margin-top: .4em;
margin-inline: 1em;
display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment