French Vanilla
3.00
--- id: 5f3ef6e03d719d5ac4738993 title: Part 58 challengeType: 0 dashedName: part-58 --- # --description-- The current width of the menu will always take of 80% of the `body` element's width. On a very wide screen, the coffee and dessert appear far apart from their prices. Add a `max-width` property to the `menu` class with a value of `500px` to prevent it from growing too wide. # --hints-- Test 1 ```js ``` # --seed-- ## --seed-contents-- ```html