0👍
There’s no need for individual css on left
and right
classes. You can use display: flex; justify-content: space-around;
on the food-item
class and it would do the work for you. Also I don’t understand the margin: -10px
there.
- [Vuejs]-How Vue is meant to be used in context of number of pages?
- [Vuejs]-SearchField Component with Button Behavior and Checkbox Issue
Source:stackexchange.com