Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dipexplorer authored Oct 30, 2024
1 parent 6e1d96c commit b26c127
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@
<title>TastyTrails</title>
</head>

<style>
/* responsive style for recipe images */
@media (max-width: 768px) {
.recipe-card-img {
height: 9rem;
}
}
</style>

<body>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
Expand Down

0 comments on commit b26c127

Please sign in to comment.