Hi, I’ve made my own survey form project: https://codepen.io/amandajehan/pen/NEYezO?editors=1100
I see a margin/padding on the right of the screen when open the project on smaller size screen.
Anyone know how to remove this? I’ve tried to make the media query property of h1, body, html
etc, into margin: 0px;
but nothing changed