A regression has appeared in the latest create-vue version '2023-05-12 (v3.6.4)', in the starter project. The commented line below has been removed from the base example: ``` *, *::before, *::after { box-sizing: border-box; margin: 0; /* position: relative; */ font-weight: normal; } ``` causing the page to display as such, with all the icons packed on the center-left of the screen: 