Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedictItua authored Mar 25, 2024
1 parent 6310dc8 commit c02d3c5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,11 @@ textarea {
padding: 5px;
border-radius: 5px;
resize: vertical;
}
}

.pizza-img {
width: 100px; /* Adjust the width as needed */
height: auto;
display: inline-block;
margin-left: 10px; /* Add some space to the left of the image */
}

0 comments on commit c02d3c5

Please sign in to comment.