add spacing between containers
This commit is contained in:
parent
b3dfed5bae
commit
91a0082b41
|
@ -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" />
|
<AdvancedFoodItem title="Burgers" extra="Preferably vegan soy or pea protein based burger; ones with beetroot in are nice; not wheat protein based" />
|
||||||
</FoodItemsContainer>
|
</FoodItemsContainer>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
<FoodItemsContainer title="Ingredients / Condiments">
|
<FoodItemsContainer title="Ingredients / Condiments">
|
||||||
<FoodItem title="Hendo's Relish" />
|
<FoodItem title="Hendo's Relish" />
|
||||||
<FoodItem title="Worcestershire Sauce" contents={{ containsFish: true }} exclude={this.state.toggles} />
|
<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} />
|
<AdvancedFoodItem title="Tomato Ketchup" extra={"Can't be too acidic"} exclude={this.state.toggles} />
|
||||||
</FoodItemsContainer>
|
</FoodItemsContainer>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<FoodItemsContainer title="Sensory Bads (Do Not Like)">
|
<FoodItemsContainer title="Sensory Bads (Do Not Like)">
|
||||||
|
|
Loading…
Reference in a new issue