Skip to content

Commit

Permalink
Changes some css styles of food card and image
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshansuthar1105 committed Oct 19, 2024
1 parent d393add commit 1e05d2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,11 @@ body {
.menu_items .items img {
justify-content: center;
height: 270px;
width: 250px;
width: 330px;
border-radius: 10px;
object-fit: cover;
outline:brown 3px inset;
outline-offset: 3px;
}

.menu_items .items h3 {
Expand Down Expand Up @@ -456,6 +460,7 @@ body {
height: auto;
transform: scale(1.15);
opacity: 0.7;
transition: transform 0.5s, opacity 0.5s;
}

.meal-photo img:hover {
Expand Down

0 comments on commit 1e05d2c

Please sign in to comment.