I'm considering building a website using Nuxt.js because I've heard it's both cool and user-friendly. While I do have some knowledge of vue.js, I'm stuck on a particular issue:
How can I remove the padding from the body?
I understand that the default margin/padding is set to 8px.
Here are the steps I've taken so far:
Created app.html/index.html at the root and applied the style.
Added styles in pages/index.vue file.
Attempted to use both margin and padding with the !important tag.
Despite trying these methods, I still haven't found a solution.