mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
Add rounded corners to food image element
This commit is contained in:
parent
5901888475
commit
622d324c9a
@ -19,6 +19,11 @@
|
|||||||
background-color: #f7dfd5;
|
background-color: #f7dfd5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#d-mealImg {
|
||||||
|
border: 2px solid rgb(31 41 32);
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user