Add rounded corners to food image element

This commit is contained in:
Sanjit Joseph 2022-11-24 02:24:37 -08:00
parent 5901888475
commit 622d324c9a

View File

@ -19,6 +19,11 @@
background-color: #f7dfd5;
}
#d-mealImg {
border: 2px solid rgb(31 41 32);
border-radius: 8px;
}
fieldset {
border: none;
}