My goal is to create a responsive design where the padding-left of my box gradually decreases as the website width changes. I want the decrease in padding to stop once it reaches 0.
For instance, if the screen size changes by 1px, then the padding-left should also decrease by 1px accordingly.