Skip to content

Commit

Permalink
Merge pull request #49 from chingu-voyages/loading2
Browse files Browse the repository at this point in the history
Loading2
  • Loading branch information
andreimaier authored Nov 7, 2023
2 parents b9f24c9 + c23e329 commit 929552f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Food-Recipe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.7.9/lottie.min.js"></script>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Inter&display=swap"
Expand Down
2 changes: 1 addition & 1 deletion Food-Recipe/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,4 +433,4 @@ function clearResults() {
while (recipeContainer.firstChild) {
recipeContainer.removeChild(recipeContainer.firstChild);
}
}
}
3 changes: 3 additions & 0 deletions Food-Recipe/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -488,3 +488,6 @@ footer {
grid-template-columns: auto auto auto;
}
}



0 comments on commit 929552f

Please sign in to comment.