I used the starter https://start.vaadin.com/ and created a Hilla HelloWorld view. But I can’t work out how to get the margins to play nicely. This is the view after starting, using Aura,

Thanks for your help.
I used the starter https://start.vaadin.com/ and created a Hilla HelloWorld view. But I can’t work out how to get the margins to play nicely. This is the view after starting, using Aura,

Thanks for your help.
The HelloWorld view uses Lumo Utility classes, which don’t work with Aura. You should try enabling the experimental Tailwind support instead: Utility Classes
Yep didnt have utility classes, lumo wasn’t working either. So the starter isnt adding that. After a while my genie added directly to the app layout and it sprung to life. The starter appears to include the json and not the correct annotation. Thanks for your help.