1
0
Fork 0

add spacing between containers

This commit is contained in:
ChaotiCryptidz 2022-05-31 22:10:55 +01:00
parent b3dfed5bae
commit 91a0082b41
No known key found for this signature in database

View file

@ -143,6 +143,8 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<AdvancedFoodItem title="Burgers" extra="Preferably vegan soy or pea protein based burger; ones with beetroot in are nice; not wheat protein based" />
</FoodItemsContainer>
<br />
<FoodItemsContainer title="Ingredients / Condiments">
<FoodItem title="Hendo's Relish" />
<FoodItem title="Worcestershire Sauce" contents={{ containsFish: true }} exclude={this.state.toggles} />
@ -150,8 +152,6 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<AdvancedFoodItem title="Tomato Ketchup" extra={"Can't be too acidic"} exclude={this.state.toggles} />
</FoodItemsContainer>
<br />
<FoodItemsContainer title="Sensory Bads (Do Not Like)">