Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IDATT2106 Scrum Team 02
Frontend
Commits
14e2eb86
Commit
14e2eb86
authored
1 year ago
by
Jakob Grønhaug
Browse files
Options
Downloads
Patches
Plain Diff
oppskrift-card
parent
0ab2f62e
No related branches found
No related tags found
1 merge request
!27
oppskrift-card
Pipeline
#226250
passed with stages
Stage:
Stage:
in 2 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/RecipeCard.vue
+2
-4
2 additions, 4 deletions
src/components/RecipeCard.vue
with
2 additions
and
4 deletions
src/components/RecipeCard.vue
+
2
−
4
View file @
14e2eb86
...
...
@@ -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
:
1
5rem
;
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment